SimpleFindResultInfo.OrderGroupSortColumn Property (PIA)

The OrderGroupSortColumn property is a read/write Object that contains the column name on which to sort.

Definition

[Visual Basic .NET]

Imports Microsoft.CommerceServer.Interop.Orders
…
Public Property OrderGroupSortColumn As Object

[C#]

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

Property Value

An object that contains the name of the column on which to sort.

Exceptions

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

Remarks

Requirements for using this property are listed in SimpleFindResultInfo Class.

Requirements

Namespace: Microsoft.CommerceServer.Interop.Orders

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP

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

See Also

SimpleFindResultInfo Class

Copyright © 2005 Microsoft Corporation.
All rights reserved.