ASP.NET 2.0 Question:
Download Job Interview Questions and Answers PDF
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
Download ASP.NET 2.0 Interview Questions And Answers
PDF