AuthorizationToken.Status Property

Routee SMSClient

AuthorizationTokenStatus Property

Gets or sets the status.

Namespace:  RouteeSMSClient.RouteeBase
Assembly:  RouteeSMSClient (in RouteeSMSClient.dll) Version: 1.0.0
Syntax
C#
public AuthorizationStatus Status { get; set; }

Property Value

Type: AuthorizationStatus
The status.

Implements

IAuthorizationResultStatus
See Also