OrderGroupSearchOptions.SortResultsInAscendingOrder Property (BCL)

The SortResultsInAscendingOrder property is a read/write Boolean that specifies whether results should be retrieved sorted by ascending order on the sort column name.

Definition

[Visual Basic .NET]

Public Property SortResultsInAscendingOrder As System.Boolean

[C#]

public System.Boolean SortResultsInAscendingOrder{get; set;} 

Property Value

The search results in ascending order.

Remarks

If the sort column is not specified, then this property is ignored.

The default value is True.

Requirements

Namespace: Microsoft.CommerceServer.Runtime.Orders

Platforms: Windows 2000, Windows Server 2003

Assembly: Microsoft.CommerceServer.Runtime.dll

Copyright © 2005 Microsoft Corporation.
All rights reserved.