Click or drag to resize

GetTimeOffPolicyDetailModelTimeOffPolicyID Property

Gets the TimeOffPolicyID of the current GetTimeOffPolicyDetailModel

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

Property Value

Int32
Remarks
This value represents the TimeOffPolicy ID of the GetTimeOffPolicyModel.

Note  Note
The TimeOffPolicyID can be used to get all time off policy details that belong to a specific GetTimeOffPolicyModel.
Example
12
See Also