RoomMessageDictionary.ContainsKey method
Checks to see if there is a value associated with the given key
Namespace: Microsoft.Lync.Model.Room
Assembly: Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)
Syntax
'Declaration
Public Function ContainsKey ( _
key As RoomMessageFormat _
) As Boolean
'Usage
Dim instance As RoomMessageDictionary
Dim key As RoomMessageFormat
Dim returnValue As Boolean
returnValue = instance.ContainsKey(key)
public bool ContainsKey(
RoomMessageFormat key
)
Parameters
Return value
Type: System.Boolean
System.Boolean