RoomPropertyDictionary.Remove method (RoomProperty)

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

Syntax

'Declaration
Public Function Remove ( _
    key As RoomProperty _
) As Boolean
'Usage
Dim instance As RoomPropertyDictionary
Dim key As RoomProperty
Dim returnValue As Boolean

returnValue = instance.Remove(key)
public bool Remove(
    RoomProperty key
)

Parameters

Return value

Type: System.Boolean

Implements

IDictionary<TKey, TValue>.Remove(TKey)

See also

Reference

RoomPropertyDictionary class

RoomPropertyDictionary members

Remove overload

Microsoft.Lync.Model.Room namespace