Share via


RoomPropertyDictionary.ContainsKey method

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

Syntax

'Declaration
Public Function ContainsKey ( _
    key As RoomProperty _
) As Boolean
'Usage
Dim instance As RoomPropertyDictionary
Dim key As RoomProperty
Dim returnValue As Boolean

returnValue = instance.ContainsKey(key)
public bool ContainsKey(
    RoomProperty key
)

Parameters

Return value

Type: System.Boolean

Implements

IDictionary<TKey, TValue>.ContainsKey(TKey)

See also

Reference

RoomPropertyDictionary class

RoomPropertyDictionary members

Microsoft.Lync.Model.Room namespace