Share via


ClientStateChangedEventArgs.OldState property

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

ClientStateChangedEventArgs members

Microsoft.Lync.Model namespace