Click or drag to resize

GetHolidayListOutResults Property

The result set for GetHolidayListOut is a list of the GetHolidayListModel objects

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

Property Value

ListGetHolidayListModel
Remarks
Returns a list of GetHolidayListModel objects

Example
See GetHolidayList(GetHolidayListIn) for example
See Also