ASP.NET 2.0 Question:
Explain How is a property designated as read-only?
Answer:
Using Get Accessor
Public ReadOnly property item() as integer Get() Return.item End Get End Property
Public ReadOnly property item() as integer Get() Return.item End Get End Property