ShareableContentCollection.Item[Int32] Property

Definition

Given an index, returns an item in the collection.

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

Parameters

index
Int32

Property Value

Implements

Applies to