Client.RoomManager property

Gets the group chat room manager.

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

Syntax

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

value = instance.RoomManager
public RoomManager RoomManager { get; }

Property value

Type: Microsoft.Lync.Model.Room.RoomManager

See also

Reference

Client class

Client members

Microsoft.Lync.Model namespace