Click or drag to resize

GetTimeOffPolicyOut.Results 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

List<GetTimeOffPolicyModel>
Remarks
Returns a list of GetTimeOffPolicyModel objects

Example
See Also