CategoryOverridesAbsence Property |
Indicates if the transaction of this category is committed, then the employee is not considered to be absent for
that day.
Namespace: AMG.API.DefinitionsAssembly: AMG.API (in AMG.API.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax public bool OverridesAbsence { get; set; }
Public Property OverridesAbsence As Boolean
Get
Set
public:
property bool OverridesAbsence {
bool get ();
void set (bool value);
}
member OverridesAbsence : bool with get, set
Property Value
Type:
BooleanSee Also