public bool ReadOnly { get; set; }
Public Property ReadOnly As Boolean Get Set
public: property bool ReadOnly { bool get (); void set (bool value); }
member ReadOnly : bool with get, set
In This Article