PunchAnalysisDayIsAbsent Property |
Gets or sets a value indicating whether the employee is absent.
Namespace: AMG.API.PunchAnalysisAssembly: AMG.API (in AMG.API.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax public bool IsAbsent { get; set; }
Public Property IsAbsent As Boolean
Get
Set
public:
property bool IsAbsent {
bool get ();
void set (bool value);
}
member IsAbsent : bool with get, set
Property Value
Type:
BooleanSee Also