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 CatalogRelationshipsDataSet..::.CatalogRelationshipsDataTable 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 CatalogRelationshipsDataSet..::.CatalogRelationship
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 in the RankColumn column of the CatalogRelationshipsDataSet..::.CatalogRelationshipsDataTable table.

Remarks

Stores the value in the RankColumn column of the CatalogRelationshipsDataSet..::.CatalogRelationshipsDataTable table.

Prioritizing, ordering, or sequencing may involve using the Rank Property. Positive and negative rank values are allowed in the catalog system.

DataSet: CatalogRelationshipsDataSet Table: CatalogRelationships Column: RankColumn.

Permissions

See Also

Reference

CatalogRelationshipsDataSet..::.CatalogRelationship Class

CatalogRelationshipsDataSet..::.CatalogRelationship Members

Microsoft.CommerceServer.Catalog Namespace