ContentSharingModality.ContentCollection property
Returns the collection of content.
Namespace: Microsoft.Lync.Model.Conversation.Sharing
Assembly: Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)
Syntax
'Declaration
Public ReadOnly Property ContentCollection As IList(Of ShareableContent)
Get
'Usage
Dim instance As ContentSharingModality
Dim value As IList(Of ShareableContent)
value = instance.ContentCollection
public IList<ShareableContent> ContentCollection { get; }
Property value
Type: System.Collections.Generic.IList<ShareableContent>