Share via


ApplicationSharingViewPropertyDictionary.Keys property

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

Syntax

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

value = instance.Keys
public ICollection<ApplicationSharingViewProperty> Keys { get; }

Property value

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

Implements

IDictionary<TKey, TValue>.Keys

See also

Reference

ApplicationSharingViewPropertyDictionary class

ApplicationSharingViewPropertyDictionary members

Microsoft.Lync.Model.Conversation.Sharing namespace