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 CatalogEnumerationPropertyValuesDataSet..::.EnumerationPropertyValuesDataTable 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 CatalogEnumerationPropertyValuesDataSet..::.EnumerationPropertyValue
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 CatalogEnumerationPropertyValuesDataSet..::.EnumerationPropertyValuesDataTable table.

Remarks

The rank of the enumertion value. Usually used for sequencing. Prioritizing, ordering, or sequencing may involve using the Rank Property. Positive and negative rank values are allowed in the catalog system.

Permissions

See Also

Reference

CatalogEnumerationPropertyValuesDataSet..::.EnumerationPropertyValue Class

CatalogEnumerationPropertyValuesDataSet..::.EnumerationPropertyValue Members

Microsoft.CommerceServer.Catalog Namespace