Share via


Rank Property

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

Gets or sets the value in the RankColumn column of the CatalogItemsDataSet..::.CatalogItemsDataTable table.

Namespace:  Microsoft.CommerceServer.Catalog
Assembly:  Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)

Syntax

'Declaration
Public Property Rank As Integer
'Usage
Dim instance As CatalogItemsDataSet..::.CatalogItem
Dim value As Integer

value = instance.Rank

instance.Rank = value
public int Rank { get; set; }
public:
property int Rank {
    int get ();
    void set (int value);
}
public function get Rank () : int
public function set Rank (value : int)

Property Value

Type: System..::.Int32
The value from the RankColumn column of the CatalogItemsDataSet..::.CatalogItemsDataTable table.

Remarks

Prioritizing, ordering, or sequencing may involve using the Rank Property. Positive and negative rank values are allowed in the catalog system. The Rank value for the CatalogItem. DataSet: CatalogItemsDataSet Table: CatalogItems Column: Rank.

Permissions

See Also

Reference

CatalogItemsDataSet..::.CatalogItem Class

CatalogItemsDataSet..::.CatalogItem Members

Microsoft.CommerceServer.Catalog Namespace