SubscriptionInfoState Property |
Gets the current state of the subscription.
Namespace:
Ozeki.VoIP
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntaxpublic SubscriptionState State { get; }
Public ReadOnly Property State As SubscriptionState
Get
public:
property SubscriptionState State {
SubscriptionState get ();
}
member State : SubscriptionState with get
Property Value
Type:
SubscriptionState
See Also