public bool CalendarBlackoutDatesInThePast { get; set; }Public Property CalendarBlackoutDatesInThePast As Boolean
Get
Setpublic:
property bool CalendarBlackoutDatesInThePast {
bool get ();
void set (bool value);
}member CalendarBlackoutDatesInThePast : bool with get, set