Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the old LyncClient state value.
Namespace: Microsoft.Lync.Model
Assembly: Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)
Syntax
'Declaration
Public ReadOnly Property OldState As ClientState
Get
'Usage
Dim instance As ClientStateChangedEventArgs
Dim value As ClientState
value = instance.OldState
public ClientState OldState { get; }
Property Value
Type: Microsoft.Lync.Model.ClientState
See Also
Reference
ClientStateChangedEventArgs Class