GetTimeOffPolicyDetailModelIsDefaultOnEmpDash Property |  |
Gets the flag that indicates if this time off accrual policy type is the default on the employee dashboard
Namespace: AppOne.Services.V2.ContractsAssembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntaxpublic bool IsDefaultOnEmpDash { get; set; }
function get_IsDefaultOnEmpDash();
function set_IsDefaultOnEmpDash(value);
Property Value
Boolean
Remarks
Gets the flag that indicates if this time off accrual policy type is the default on the employee dashboard. This value is related to "Misc Dashboard Options".
Exampletrue
See Also