CatalogSearchOptions.SortAscending Property (BCL)

The SortAscending property gets or sets a Boolean value that specifies whether to sort in ascending or descending order.

Definition

[Visual Basic .NET]

Public Property SortAscending As Boolean

[C#]

public Boolean SortAscending{get; set;} 

Property Value

A Boolean value that specifies whether to sort in ascending or descending order.

Remarks

The default value is true (ascending).

Requirements

Namespace: Microsoft.CommerceServer.Runtime.Catalog

Platforms: Windows 2000, Windows Server 2003

Assembly: Microsoft.CommerceServer.Runtime.dll

Copyright © 2005 Microsoft Corporation.
All rights reserved.