RetrieveBusinessHierarchyBusinessUnitRequest.ReturnDynamicEntities Field

banner art

Specifies whether the result of the operation contains a collection of instances of the business unit class or the DynamicEntity class.

Syntax

[Visual Basic .NET]
Public Field ReturnDynamicEntities As Boolean
[C#]
public bool ReturnDynamicEntities;
[JScript]
public var ReturnDynamicEntities : Boolean;

Remarks

Use true to return a collection of instances of DynamicEntity; otherwise, false (default) to return a collection of instances of the businessunit class.

See Also

© 2007 Microsoft Corporation. All rights reserved.