Share via


RoomPropertyDictionary.Item property

Given a room property type, returns the related item value.

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

Syntax

'Declaration
Public Default Property Item ( _
    _propertyType As RoomProperty _
) As Object
    Get
    Set
'Usage
Dim instance As RoomPropertyDictionary
Dim _propertyType As RoomProperty
Dim value As Object

value = instance(_propertyType)

instance(_propertyType) = value
public Object this[
    RoomProperty _propertyType
] { get; set; }

Parameters

Property value

Type: System.Object

Implements

IDictionary<TKey, TValue>.Item[TKey]

See also

Reference

RoomPropertyDictionary class

RoomPropertyDictionary members

Microsoft.Lync.Model.Room namespace