SmSResult.ProviderResponse Property

Routee SMSClient

SmSResultProviderResponse Property

Gets or sets the provider response.

Namespace:  RouteeSMSClient.RouteeBase
Assembly:  RouteeSMSClient (in RouteeSMSClient.dll) Version: 1.0.0
Syntax
C#
public Dictionary<string, string> ProviderResponse { get; set; }

Property Value

Type: DictionaryString, String
The provider response.

Implements

ISmsClientResultProviderResponse
See Also