RetrieveSubGroupsResourceGroupResponse.BusinessEntityCollection Field
Contains the resulting collection of the child resource groups of the specified resource group (scheduling group).
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 resourcegroup 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