how is a property designated as read-only in


How is a property designated as read-only? 

In VB.NET: Public Read-Only Property Property Name As Return Type Get? Your Property execution goes in here End Get End Property.

In C# if you specify a get accessor but do not state a set accessor for a property it becomes a read only property

 

Request for Solution File

Ask an Expert for Answer!!
Computer Engineering: how is a property designated as read-only in
Reference No:- TGS0289639

Expected delivery within 24 Hours