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