RetrieveAllChildUsersSystemUserRequest Class

banner art

Specifies the parameters needed to retrieve the collection of users that report to the specified system user (user).

The RetrieveAllChildUsersSystemUserRequest class inherits from Request. It exposes the following members.

Constructor Description
RetrieveAllChildUsersSystemUserRequest Initializes a new instance of the RetrieveAllChildUsersSystemUserRequest class.
Field Description
ColumnSet Specifies the set of attributes to retrieve.
EntityId Specifies the ID of the system user (user).
ReturnDynamicEntities Specifies whether the result of the operation contains a collection of instances of the systemuser class or the DynamicEntity class.

Remarks

Pass an instance of this class as the request parameter in the Execute method.

See Also

© 2007 Microsoft Corporation. All rights reserved.