SessionAbstractSessionState Property |
Namespace:
Ozeki.VoIP
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntaxpublic SessionState SessionState { get; protected set; }
Public Property SessionState As SessionState
Get
Protected Set
public:
virtual property SessionState SessionState {
SessionState get () sealed;
protected: void set (SessionState value) sealed;
}
abstract SessionState : SessionState with get, set
override SessionState : SessionState with get, set
Property Value
Type:
SessionStateImplements
IStatefulSessionSessionState
See Also