OrderGroupManager.OrderGroupColumns Property (PIA)

The OrderGroupColumns property is a read-only Object that contains a collection of OrderGroup table column names.

Definition

[Visual Basic .NET]

Imports Microsoft.CommerceServer.Interop.Orders
…
Public ReadOnly Property OrderGroupColumns As Object

[C#]

using Microsoft.CommerceServer.Interop.Orders;
…
public object OrderGroupColumns {get; }

Property Value

An object** containing the collection of OrderGroup table column names.

Exceptions

This property may throw one of many mapped exceptions or an exception of type COMException. See Standard COM Errors for additional details.

Requirements

Namespace: Microsoft.CommerceServer.Interop.Orders

Platforms: Windows 2000, Windows Server 2003

Assembly: Microsoft.CommerceServer.Interop.Orders.Requisition.dll

See Also

OrderGroupManager Class

Copyright © 2005 Microsoft Corporation.
All rights reserved.