SubscriptionInfoTerminationReason Property |
Gets the reason parameter of the subscription termination.
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntaxpublic TerminationReason? TerminationReason { get; }
Public ReadOnly Property TerminationReason As TerminationReason?
Get
public:
property Nullable<TerminationReason> TerminationReason {
Nullable<TerminationReason> get ();
}
member TerminationReason : Nullable<TerminationReason> with get
Property Value
NullableTerminationReason
See Also