IsActive Property
IsActive
Gets or sets a value indicating whether this holiday setting is active.
Declaration
public bool IsActive { get; set; }
Public Property IsActive As Boolean
Property Value
Type |
Description |
bool |
true if this holiday setting is active; otherwise, false. The default is true.
|