RoomPropertyDictionary.Remove method (KeyValuePair<RoomProperty, Object>)

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

Syntax

'Declaration
Public Function Remove ( _
    item As KeyValuePair(Of RoomProperty, Object) _
) As Boolean
'Usage
Dim instance As RoomPropertyDictionary
Dim item As KeyValuePair(Of RoomProperty, Object)
Dim returnValue As Boolean

returnValue = instance.Remove(item)
public bool Remove(
    KeyValuePair<RoomProperty, Object> item
)

Parameters

Return value

Type: System.Boolean

Implements

ICollection<T>.Remove(T)

See also

Reference

RoomPropertyDictionary class

RoomPropertyDictionary members

Remove overload

Microsoft.Lync.Model.Room namespace