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