In This Topic
Indicates whether this schedule is a Holiday Set
Syntax
'Declaration
Public Property UseAsHolidaySet As Boolean
public bool UseAsHolidaySet {get; set;}
public:
property bool UseAsHolidaySet {
bool get();
void set ( bool value);
}
See Also