RoomPropertyDictionary.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 ( _
    propertyType As RoomProperty, _
    <OutAttribute> ByRef itemValue As Object _
) As Boolean
'Usage
Dim instance As RoomPropertyDictionary
Dim propertyType As RoomProperty
Dim itemValue As Object
Dim returnValue As Boolean

returnValue = instance.TryGetValue(propertyType, _
    itemValue)
public bool TryGetValue(
    RoomProperty propertyType,
    out Object itemValue
)

Parameters

Return value

Type: System.Boolean
System.Boolean

Implements

IDictionary<TKey, TValue>.TryGetValue(TKey, TValue)

See also

Reference

RoomPropertyDictionary class

RoomPropertyDictionary members

Microsoft.Lync.Model.Room namespace