SearchResultResults Property | |
Gets the list of Results from the search.
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<SearchResultItem> Results { get; set; }
Public Property Results As IList(Of SearchResultItem)
Get
Set
public:
property IList<SearchResultItem^>^ Results {
IList<SearchResultItem^>^ get ();
void set (IList<SearchResultItem^>^ value);
}
member Results : IList<SearchResultItem> with get, set
Return Value
Type:
IListSearchResultItem the Results
See Also