SmsClient.Token Property

Routee SMSClient

SmsClientToken Property

Gets or sets the options.
Gets or sets the token.

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

Property Value

Type: AuthorizationToken
The options.

Property Value

Type: AuthorizationToken
The token.
See Also