Share via


ApplicationSharingViewPropertyDictionary.Add method (ApplicationSharingViewProperty, Object)

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

Syntax

'Declaration
Public Sub Add ( _
    key As ApplicationSharingViewProperty, _
    value As Object _
)
'Usage
Dim instance As ApplicationSharingViewPropertyDictionary
Dim key As ApplicationSharingViewProperty
Dim value As Object

instance.Add(key, value)
public void Add(
    ApplicationSharingViewProperty key,
    Object value
)

Parameters

Implements

IDictionary<TKey, TValue>.Add(TKey, TValue)

See also

Reference

ApplicationSharingViewPropertyDictionary class

ApplicationSharingViewPropertyDictionary members

Add overload

Microsoft.Lync.Model.Conversation.Sharing namespace