Click or drag to resize

GetPunchPromptsOutResults Property

The result set for GetPunchPromptsOut is a list of the GetPunchPromptsModel objects

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

Property Value

ListGetPunchPromptsModel
Remarks
Returns a list of GetPunchPromptsModel objects

See Also