Click or drag to resize

GetTimeOffPolicyDetailRuleModelTimeOffPolicyDetailID Property

Gets the TimeOffPolicyID of the current GetTimeOffPolicyDetailRuleModel

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
This value represents the TimeOffPolicy ID of the GetTimeOffPolicyDetailRuleModel.

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