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