| DailyOvertimeActive Property  | 
                Indicates if daily overtime is enabled.
            
 
Namespace: AMG.API.Definitions.PoliciesAssembly: AMG.API (in AMG.API.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic bool Active { get; set; }Public Property Active As Boolean
	Get
	Set
public:
property bool Active {
	bool get ();
	void set (bool value);
}member Active : bool with get, set
Property Value
Type: 
Boolean
See Also