public bool ReadOnly { get; set; }
Public Property ReadOnly As Boolean
Get
Set
public:
virtual property bool ReadOnly {
bool get () sealed;
void set (bool value) sealed;
}
abstract ReadOnly : bool with get, set
override ReadOnly : bool with get, set