EntityCollection.Item[Int32] Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.