RoomPropertyDictionary.Item[RoomProperty] Property

Definition

Given a room property type, returns the related item value.

public:
 property System::Object ^ default[Microsoft::Lync::Model::Room::RoomProperty] { System::Object ^ get(Microsoft::Lync::Model::Room::RoomProperty _propertyType); void set(Microsoft::Lync::Model::Room::RoomProperty _propertyType, System::Object ^ value); };
public object this[Microsoft.Lync.Model.Room.RoomProperty _propertyType] { get; set; }
member this.Item(Microsoft.Lync.Model.Room.RoomProperty) : obj with get, set
Default Public Property Item(_propertyType As RoomProperty) As Object

Parameters

_propertyType
RoomProperty

Property Value

Implements

Applies to