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

ClientStateChangedEventArgs Members

Microsoft.Lync.Model Namespace