Share via


ApplicationSharingViewPropertyDictionary.Remove method (ApplicationSharingViewProperty)

Namespace:  Microsoft.Lync.Model.Conversation.Sharing
Assembly:  Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)

Syntax

'Declaration
Public Function Remove ( _
    key As ApplicationSharingViewProperty _
) As Boolean
'Usage
Dim instance As ApplicationSharingViewPropertyDictionary
Dim key As ApplicationSharingViewProperty
Dim returnValue As Boolean

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

Parameters

Return value

Type: System.Boolean

Implements

IDictionary<TKey, TValue>.Remove(TKey)

See also

Reference

ApplicationSharingViewPropertyDictionary class

ApplicationSharingViewPropertyDictionary members

Remove overload

Microsoft.Lync.Model.Conversation.Sharing namespace