Answers

Question and Answer:

  Home  ASP.NET 2.0

⟩ Explain How is a property designated as read-only?

Using Get Accessor

Public ReadOnly property item() as integer Get() Return.item End Get End Property

 168 views

More Questions for you: