RoomPropertyDictionary class

A dictionary that contains the properties of a group chat room.

Inheritance hierarchy

System.Object
  ScriptWrapper
    ComObject
      UCWBase
        Microsoft.Lync.Model.Room.RoomPropertyDictionary

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

Syntax

'Declaration
Public Class RoomPropertyDictionary _
    Inherits UCWBase _
    Implements IDictionary(Of RoomProperty, Object),  _
    ICollection(Of KeyValuePair(Of RoomProperty, Object)), IEnumerable(Of KeyValuePair(Of RoomProperty, Object)),  _
    IEnumerable
'Usage
Dim instance As RoomPropertyDictionary
public class RoomPropertyDictionary : UCWBase, 
    IDictionary<RoomProperty, Object>, ICollection<KeyValuePair<RoomProperty, Object>>, 
    IEnumerable<KeyValuePair<RoomProperty, Object>>, IEnumerable

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

RoomPropertyDictionary members

Microsoft.Lync.Model.Room namespace