RollupResponse.BusinessEntityCollection Field
Contains the resulting collection of all the entities related to the specified entity.
Syntax
[Visual Basic .NET]
Public Field BusinessEntityCollection As BusinessEntityCollection
[C#]
public BusinessEntityCollection BusinessEntityCollection;
[JScript]
public var BusinessEntityCollection : BusinessEntityCollection;
Remarks
By default, the BusinessEntityCollection field contains a collection of instances of the specified class. If the ReturnDynamicEntities field was set to true in the request, the BusinessEntityCollection field contains a collection of instances of the DynamicEntity class.
See Also