RoomMessageDictionary.Item property

Update or add an item.

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

Syntax

'Declaration
Public Default Property Item ( _
    _key As RoomMessageFormat _
) As Object
    Get
    Set
'Usage
Dim instance As RoomMessageDictionary
Dim _key As RoomMessageFormat
Dim value As Object

value = instance(_key)

instance(_key) = value
public Object this[
    RoomMessageFormat _key
] { get; set; }

Parameters

Property value

Type: System.Object

See also

Reference

RoomMessageDictionary class

RoomMessageDictionary members

Microsoft.Lync.Model.Room namespace