SimpleFindResultInfo.SortDirection Property (PIA)

The SortDirection property is a read/write Object that contains the sort direction.

Definition

[Visual Basic .NET]

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

[C#]

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

Property Value

An Object that contains the sort direction. The value of this field can be asc for ascending or desc for descending.

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 2000, Windows Server 2003

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

See Also

SimpleFindResultInfo Class

Copyright © 2005 Microsoft Corporation.
All rights reserved.