RoomPropertyDictionary.TryGetValue(RoomProperty, Object) Method

Definition

Tries to find a value for the given key.

public:
 virtual bool TryGetValue(Microsoft::Lync::Model::Room::RoomProperty propertyType, [Runtime::InteropServices::Out] System::Object ^ % itemValue);
public bool TryGetValue (Microsoft.Lync.Model.Room.RoomProperty propertyType, out object itemValue);
abstract member TryGetValue : Microsoft.Lync.Model.Room.RoomProperty *  -> bool
override this.TryGetValue : Microsoft.Lync.Model.Room.RoomProperty *  -> bool
Public Function TryGetValue (propertyType As RoomProperty, ByRef itemValue As Object) As Boolean

Parameters

propertyType
RoomProperty
itemValue
Object

Returns

System.Boolean

Applies to