ConversationWindow.State property

Gets the current state of the window.

Namespace:  Microsoft.Lync.Model.Extensibility
Assembly:  Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)

Syntax

'Declaration
Public ReadOnly Property State As ConversationWindowState
    Get
'Usage
Dim instance As ConversationWindow
Dim value As ConversationWindowState

value = instance.State
public ConversationWindowState State { get; }

Property value

Type: Microsoft.Lync.Model.Extensibility.ConversationWindowState

See also

Reference

ConversationWindow class

ConversationWindow members

Microsoft.Lync.Model.Extensibility namespace