TimecardLineBaseIsSystemGenerated Property |
Indicates if the time card was generated by the system. Such as HOL (holidays).
Namespace: AMG.API.TimecardAssembly: AMG.API (in AMG.API.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax public bool IsSystemGenerated { get; set; }
Public Property IsSystemGenerated As Boolean
Get
Set
public:
property bool IsSystemGenerated {
bool get ();
void set (bool value);
}
member IsSystemGenerated : bool with get, set
Property Value
Type:
BooleanSee Also