RoomManager.State property

Gets the room manager state.

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

Syntax

'Declaration
Public ReadOnly Property State As RoomManagerState
    Get
'Usage
Dim instance As RoomManager
Dim value As RoomManagerState

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

Property value

Type: Microsoft.Lync.Model.Room.RoomManagerState

See also

Reference

RoomManager class

RoomManager members

Microsoft.Lync.Model.Room namespace