Click or drag to resize

PaginatedResultTData Property

A list of objects representing the current page of data in the result set.

Namespace:  Smartsheet.Api.Models
Assemblies:   smartsheet-csharp-sdk (in smartsheet-csharp-sdk.dll) Version: 2.126.0
  smartsheet-csharp-sdk (in smartsheet-csharp-sdk.dll) Version: 2.126.0
Syntax
public IList<T> Data { get; set; }

Property Value

Type: IListT
See Also