RequestResultTResult Property | |
Gets the RequestResult from the request.
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 T Result { get; set; }
Public Property Result As T
Get
Set
public:
property T Result {
T get ();
void set (T value);
}
member Result : 'T with get, set
Property Value
Type:
T
The result object.
Return Value
Type:
T the RequestResult
See Also