RetrieveMultipleResponse.EntityCollection Property
Applies To: Dynamics CRM 2015
Gets the collection of records that satisfy the query in the request.
Namespace: Microsoft.Xrm.Sdk.Messages
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
Syntax
public EntityCollection EntityCollection { get; }
public:
property EntityCollection^ EntityCollection {
EntityCollection^ get();
}
member EntityCollection : EntityCollection with get
Public ReadOnly Property EntityCollection As EntityCollection
Property Value
Type: Microsoft.Xrm.Sdk.EntityCollection
Type: EntityCollection
The collection of records that satisfy the query in the request.
See Also
RetrieveMultipleResponse Class
Microsoft.Xrm.Sdk.Messages Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright