RoomPropertyDictionary.Values property

Values collection.

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

Syntax

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

value = instance.Values

instance.Values = value
public ICollection<Object> Values { get; set; }

Property value

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

Implements

IDictionary<TKey, TValue>.Values

See also

Reference

RoomPropertyDictionary class

RoomPropertyDictionary members

Microsoft.Lync.Model.Room namespace