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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
CatalogItemsDataSet..::.CatalogItem Class