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