RoomMessageDictionary.TryGetValue method

Tries to find a value for the given key.

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

Syntax

'Declaration
Public Function TryGetValue ( _
    key As RoomMessageFormat, _
    <OutAttribute> ByRef itemValue As Object _
) As Boolean
'Usage
Dim instance As RoomMessageDictionary
Dim key As RoomMessageFormat
Dim itemValue As Object
Dim returnValue As Boolean

returnValue = instance.TryGetValue(key, _
    itemValue)
public bool TryGetValue(
    RoomMessageFormat key,
    out Object itemValue
)

Parameters

Return value

Type: System.Boolean
System.Boolean

See also

Reference

RoomMessageDictionary class

RoomMessageDictionary members

Microsoft.Lync.Model.Room namespace