EntityCollection.Item Property (Int32)
Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2016, Dynamics CRM Online
Gets or sets an item in the collection.
Namespace: Microsoft.Xrm.Sdk
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
Syntax
public Entity this[
int index
] { get; set; }
Public Property Item (
index As Integer
) As Entity
Parameters
index
Type: System.Int32Type: Int32. The index of the item.
Property Value
Type: Microsoft.Xrm.Sdk.Entity
Type: Entity
The item at the specified index.
See Also
EntityCollection Class
Microsoft.Xrm.Sdk Namespace
Return to top
Microsoft Dynamics 365
© 2016 Microsoft. All rights reserved. Copyright