GetTimeOffPolicyDetailModelAutoResetQualifyByHoursWorked Property |  |
Gets the flag that does not allow employees to use more than X hours in a year
Namespace: AppOne.Services.V2.ContractsAssembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntaxpublic bool AutoResetQualifyByHoursWorked { get; set; }
function get_AutoResetQualifyByHoursWorked();
function set_AutoResetQualifyByHoursWorked(value);
Property Value
Boolean
Remarks
Gets the flag that does not allow employees to use more than X hours in a year. This value is related to "Misc Time Off Restrictions".
Exampletrue
See Also