EntityCollection.Item[Int32] Property

Definition

Gets or sets an item in the collection.

public:
 property Microsoft::Xrm::Sdk::Entity ^ default[int] { Microsoft::Xrm::Sdk::Entity ^ get(int index); void set(int index, Microsoft::Xrm::Sdk::Entity ^ value); };
public Microsoft.Xrm.Sdk.Entity this[int index] { get; set; }
member this.Item(int) : Microsoft.Xrm.Sdk.Entity with get, set
Default Public Property Item(index As Integer) As Entity

Parameters

index
Int32

The index of the item.

Property Value

The item at the specified index.

Applies to