RoomPropertyDictionary.Add Method

Definition

Overloads

Add(KeyValuePair<RoomProperty,Object>)
Add(RoomProperty, Object)

Add(KeyValuePair<RoomProperty,Object>)

public:
 virtual void Add(System::Collections::Generic::KeyValuePair<Microsoft::Lync::Model::Room::RoomProperty, System::Object ^> item);
public void Add (System.Collections.Generic.KeyValuePair<Microsoft.Lync.Model.Room.RoomProperty,object> item);
abstract member Add : System.Collections.Generic.KeyValuePair<Microsoft.Lync.Model.Room.RoomProperty, obj> -> unit
override this.Add : System.Collections.Generic.KeyValuePair<Microsoft.Lync.Model.Room.RoomProperty, obj> -> unit
Public Sub Add (item As KeyValuePair(Of RoomProperty, Object))

Parameters

Implements

Applies to

Add(RoomProperty, Object)

public:
 virtual void Add(Microsoft::Lync::Model::Room::RoomProperty key, System::Object ^ value);
public void Add (Microsoft.Lync.Model.Room.RoomProperty key, object value);
abstract member Add : Microsoft.Lync.Model.Room.RoomProperty * obj -> unit
override this.Add : Microsoft.Lync.Model.Room.RoomProperty * obj -> unit
Public Sub Add (key As RoomProperty, value As Object)

Parameters

value
Object

Implements

Applies to