Share via


RetrieveAllChildUsersSystemUserResponse.EntityCollection Property

Definition

Gets the resulting collection of all users that report to the specified system user.

public:
 property Microsoft::Xrm::Sdk::EntityCollection ^ EntityCollection { Microsoft::Xrm::Sdk::EntityCollection ^ get(); };
public Microsoft.Xrm.Sdk.EntityCollection EntityCollection { get; }
member this.EntityCollection : Microsoft.Xrm.Sdk.EntityCollection
Public ReadOnly Property EntityCollection As EntityCollection

Property Value

The resulting collection of all users that report to the specified system user.

Applies to

See also