ShiftGroupIsFlex Property |
Indicates if all shifts in the group are flexible.
Namespace: AMG.API.Definitions.ShiftsAssembly: AMG.API (in AMG.API.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax public bool IsFlex { get; set; }
Public Property IsFlex As Boolean
Get
Set
public:
property bool IsFlex {
bool get ();
void set (bool value);
}
member IsFlex : bool with get, set
Property Value
Type:
BooleanSee Also