ClientStateChangedEventArgs.NewState property
Gets the new LyncClient state value.
Namespace: Microsoft.Lync.Model
Assembly: Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)
Syntax
'Declaration
Public ReadOnly Property NewState As ClientState
Get
'Usage
Dim instance As ClientStateChangedEventArgs
Dim value As ClientState
value = instance.NewState
public ClientState NewState { get; }
Property value
Type: Microsoft.Lync.Model.ClientState
See also
Reference
ClientStateChangedEventArgs class