SubscriptionStateChangeEventArgsTerminationReason Property |
Gets the reason of the termination when the state is Terminated.
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public Nullable<TerminationReason> TerminationReason { get; }
Public ReadOnly Property TerminationReason As Nullable(Of TerminationReason)
Get
public:
property Nullable<TerminationReason> TerminationReason {
Nullable<TerminationReason> get ();
}
member TerminationReason : Nullable<TerminationReason> with get
Property Value
Type:
NullableTerminationReasonSee Also