Ozeki VoIP SDK Class library
TerminationReason Property
NamespacesOzeki.VoIP.SIPSubscriptionStateChangeEventArgsTerminationReason
Gets the reason of the termination when the state is Terminated.
Declaration Syntax
C#Visual BasicVisual C++
public Nullable<TerminationReason> TerminationReason { get; private set; }
Public Property TerminationReason As Nullable(Of TerminationReason)
	Get
	Private Set
public:
property Nullable<TerminationReason> TerminationReason {
	Nullable<TerminationReason> get ();
	private: void set (Nullable<TerminationReason> value);
}
Property Value
Nullable<(Of <(<'TerminationReason>)>)>

Assembly: VoIPSDK (Module: VoIPSDK.dll) Version: 11.2.4.290