Share via


RetrieveAllChildUsersSystemUserResponse.BusinessEntityCollection Field

banner art

Contains the resulting collection of all users that report to the specified system user (user).

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 systemuser 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

© 2007 Microsoft Corporation. All rights reserved.