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 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