Share via


SharingResourceList.Item property

Given an index, returns an item in the list.

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 SharingResource
    Get
    Set
'Usage
Dim instance As SharingResourceList
Dim index As Integer
Dim value As SharingResource

value = instance(index)

instance(index) = value
public SharingResource this[
    int index
] { get; set; }

Parameters

Property value

Type: Microsoft.Lync.Model.Conversation.Sharing.SharingResource

Implements

IList<T>.Item[Int32]

See also

Reference

SharingResourceList class

SharingResourceList members

Microsoft.Lync.Model.Conversation.Sharing namespace