ShareableContent.Properties property
Gets a collection of content properties.
Namespace: Microsoft.Lync.Model.Conversation.Sharing
Assembly: Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)
Syntax
'Declaration
Public ReadOnly Property Properties As IDictionary(Of ShareableContentProperty, Object)
Get
'Usage
Dim instance As ShareableContent
Dim value As IDictionary(Of ShareableContentProperty, Object)
value = instance.Properties
public IDictionary<ShareableContentProperty, Object> Properties { get; }
Property value
Type: System.Collections.Generic.IDictionary<ShareableContentProperty, Object>