EndpointMetadataCollection.Item[Int32] Property

Definition

Gets the item at index.

public:
 property System::Object ^ default[int] { System::Object ^ get(int index); };
public object this[int index] { get; }
member this.Item(int) : obj
Default Public ReadOnly Property Item(index As Integer) As Object

Parameters

index
Int32

The index of the item to retrieve.

Property Value

The item at index.

Implements

Applies to