GetTimeOffPolicyDetailModelRestrictMinWorkRequired Property | |
Requires that employee meet a minimum number of hours worked during the accrual period before they will earn time for this accrual period
Namespace: AppOne.Services.V2.ContractsAssembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax public bool RestrictMinWorkRequired { get; set; }
function get_RestrictMinWorkRequired();
function set_RestrictMinWorkRequired(value);
Property Value
BooleanRemarks
Requires that employee meet a minimum number of hours worked during the accrual period before they will earn time for this accrual period.
This value is also related to "Restrictions Sections".
Example 1
See Also