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