AuthorizationResultState Property | |
Gets the State string which is returned to the redirect URL for a registered application
Namespace:
Smartsheet.Api.OAuth
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 string State { get; set; }
Public Property State As String
Get
Set
public:
property String^ State {
String^ get ();
void set (String^ value);
}
member State : string with get, set
Return Value
Type:
String the State
See Also