SharingResourceList.Item[Int32] Property

Definition

Given an index, returns an item in the list.

public:
 property Microsoft::Lync::Model::Conversation::Sharing::SharingResource ^ default[int] { Microsoft::Lync::Model::Conversation::Sharing::SharingResource ^ get(int index); void set(int index, Microsoft::Lync::Model::Conversation::Sharing::SharingResource ^ value); };
public Microsoft.Lync.Model.Conversation.Sharing.SharingResource this[int index] { get; set; }
member this.Item(int) : Microsoft.Lync.Model.Conversation.Sharing.SharingResource with get, set
Default Public Property Item(index As Integer) As SharingResource

Parameters

index
Int32

Property Value

Implements

Applies to