SessionStateChangeEventArgsIsUnholdEvent Property |
Gets a boolean value indicating whether the session state change was an unhold event.
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public bool IsUnholdEvent { get; }
Public ReadOnly Property IsUnholdEvent As Boolean
Get
public:
property bool IsUnholdEvent {
bool get ();
}
member IsUnholdEvent : bool with get
Property Value
Type:
BooleanSee Also