Indicates if employee is scheduled to work.
Namespace: AMG.API.SchedulesAssembly: AMG.API (in AMG.API.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax public bool Work { get; set; }
Public Property Work As Boolean
Get
Set
public:
property bool Work {
bool get ();
void set (bool value);
}
member Work : bool with get, set
Property Value
Type:
BooleanSee Also