Share via


ApplicationSharingViewPropertyDictionary.Values property

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

Syntax

'Declaration
Public ReadOnly Property Values As ICollection(Of Object)
    Get
'Usage
Dim instance As ApplicationSharingViewPropertyDictionary
Dim value As ICollection(Of Object)

value = instance.Values
public ICollection<Object> Values { get; }

Property value

Type: System.Collections.Generic.ICollection<Object>

Implements

IDictionary<TKey, TValue>.Values

See also

Reference

ApplicationSharingViewPropertyDictionary class

ApplicationSharingViewPropertyDictionary members

Microsoft.Lync.Model.Conversation.Sharing namespace