Click or drag to resize

ReportResults Property

The number of items that are present in the Results array.

Namespace: AppOne.Services.V2
Assembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax
public int Results { get; set; }

Property Value

Int32
Remarks
The Results tells how many items are return in the request. Almost all Get operations will return a collection of results which means you may have a result set from 0-N items.

Note  Note
The DataAction structure and DataFilter structure both play a significant role in the Results that are returned in a given contract.
See Also