RoomPropertyDictionary.Keys property

Keys collection.

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

Syntax

'Declaration
Public Property Keys As ICollection(Of RoomProperty)
    Get
    Set
'Usage
Dim instance As RoomPropertyDictionary
Dim value As ICollection(Of RoomProperty)

value = instance.Keys

instance.Keys = value
public ICollection<RoomProperty> Keys { get; set; }

Property value

Type: System.Collections.Generic.ICollection<RoomProperty>

Implements

IDictionary<TKey, TValue>.Keys

See also

Reference

RoomPropertyDictionary class

RoomPropertyDictionary members

Microsoft.Lync.Model.Room namespace