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