Click or drag to resize

GetUserTimeOffBalanceModelTimeOffPolicyDetailID Property

Gets the time-off-policy-detail id that is associated with this time off balance request

Namespace: AppOne.Services.V2.Contracts
Assembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax
public int TimeOffPolicyDetailID { get; set; }

Property Value

Int32
Remarks
Gets the time-off-policy-detail id that is associated with this time off balance request. For more details on pay types see the GetTimeOffPolicyDetail(GetTimeOffPolicyDetailIn) method.
Example
123
See Also