SessionStateChangeEventArgsPreviousSessionState Property |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public 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:
SessionStateSee Also