ShareableContentCollection.Item property
Given an index, returns an item in the collection.
Namespace: Microsoft.Lync.Model.Conversation.Sharing
Assembly: Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)
Syntax
'Declaration
Public Default Property Item ( _
index As Integer _
) As ShareableContent
Get
Set
'Usage
Dim instance As ShareableContentCollection
Dim index As Integer
Dim value As ShareableContent
value = instance(index)
instance(index) = value
public ShareableContent this[
int index
] { get; set; }
Parameters
- index
Type: System.Int32
Property value
Type: Microsoft.Lync.Model.Conversation.Sharing.ShareableContent
Implements
See also
Reference
ShareableContentCollection class