Click or drag to resize

GetTimeOffPolicyOutResults Property

The result set for GetTimeOffPolicyOut is a list of the GetTimeOffPolicyModel objects

Namespace: AppOne.Services.V2.Contracts
Assembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax
public List<GetTimeOffPolicyModel> Results { get; set; }

Property Value

ListGetTimeOffPolicyModel
Remarks
Returns a list of GetTimeOffPolicyModel objects

Example
See Also