Room.Properties property
Gets a collection of room properties.
Namespace: Microsoft.Lync.Model.Room
Assembly: Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)
Syntax
'Declaration
Public ReadOnly Property Properties As IDictionary(Of RoomProperty, Object)
Get
'Usage
Dim instance As Room
Dim value As IDictionary(Of RoomProperty, Object)
value = instance.Properties
public IDictionary<RoomProperty, Object> Properties { get; }
Property value
Type: System.Collections.Generic.IDictionary<RoomProperty, Object>
Remarks
If the Lync client is signed out after you get an instance of Room, then the Properties property is set to null. You should test Properties for a null state or read the LyncClient.State property before attempting to read Properties.