SessionStateChangeEventArgsSessionState Property |
Namespace:
Ozeki.VoIP
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntaxpublic SessionState SessionState { get; set; }
Public Property SessionState As SessionState
Get
Set
public:
property SessionState SessionState {
SessionState get ();
void set (SessionState value);
}
member SessionState : SessionState with get, set
Property Value
Type:
SessionState
See Also