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