PunchAnalysisDayIsFlex Property |
Gets or sets a value indicating whether the schedule is flex.
Namespace: AMG.API.PunchAnalysisAssembly: 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