| 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
Syntaxpublic IList<T> Data { get; set; }Public Property Data As IList(Of T)
	Get
	Set
public:
property IList<T>^ Data {
	IList<T>^ get ();
	void set (IList<T>^ value);
}member Data : IList<'T> with get, set
Property Value
Type: 
IListT See Also
See Also