EntityCollection.Item Property (Int32)
Applies To: Dynamics CRM 2015
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 Entity^ default[
int index
] {
Entity^ get(int index);
void set(int index, Entity^ value);
}
member Item :
index:int -> Entity with 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
© 2016 Microsoft. All rights reserved. Copyright