CategoryIsOvertime Property |
Indicates if category can go overtime.
Namespace: AMG.API.DefinitionsAssembly: AMG.API (in AMG.API.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax public bool IsOvertime { get; set; }
Public Property IsOvertime As Boolean
Get
Set
public:
property bool IsOvertime {
bool get ();
void set (bool value);
}
member IsOvertime : bool with get, set
Property Value
Type:
BooleanSee Also