CatalogSearchOptions.SortProperty Property (BCL)

The SortProperty property gets or sets the property name of the property on which to sort results datasets.

Definition

[Visual Basic .NET]

Public Property SortProperty As System.String

[C#]

public System.String SortProperty{get; set;} 

Property Value

The name of the property on which to sort results datasets.

Remarks

The default value is null, indicating results will not be sorted.

Requirements

Namespace: Microsoft.CommerceServer.Runtime.Catalog

Platforms: Windows 2000, Windows Server 2003

Assembly: Microsoft.CommerceServer.Runtime.dll

Copyright © 2005 Microsoft Corporation.
All rights reserved.