RetrieveBusinessHierarchyBusinessUnitRequest.ColumnSet Field

banner art

Specifies the set of attributes to retrieve.

Syntax

[Visual Basic .NET]
Public Field ColumnSet As ColumnSetBase
[C#]
public ColumnSetBase ColumnSet;
[JScript]
public var ColumnSet : ColumnSetBase;

Remarks

The primary key for the entity is always included in the results. Pass null to retrieve only the primary key. To retrieve all attributes, pass a new instance of the AllColumns class.

See Also

© 2007 Microsoft Corporation. All rights reserved.