Share via


PropertyOrder Property

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

Gets or sets the value in the PropertyOrderColumn of the CatalogDefinitionPropertiesDataSet..::.CatalogDefinitionPropertiesDataTable table.

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

Syntax

'Declaration
Public Property PropertyOrder As Integer
'Usage
Dim instance As CatalogDefinitionPropertiesDataSet..::.CatalogDefinitionProperty
Dim value As Integer

value = instance.PropertyOrder

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

Property Value

Type: System..::.Int32
The value from the PropertyOrderColumn column of the CatalogDefinitionPropertiesDataSet..::.CatalogDefinitionPropertiesDataTable table.

Exceptions

Exception Condition
StrongTypingException

StrongTyping_CannotAccessDBNull for column DefinitionType

Remarks

The Property Order (ranking) the enumeration value.

Permissions

See Also

Reference

CatalogDefinitionPropertiesDataSet..::.CatalogDefinitionProperty Class

CatalogDefinitionPropertiesDataSet..::.CatalogDefinitionProperty Members

Microsoft.CommerceServer.Catalog Namespace