Share via


CatalogPricingRuleType Property

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

Gets or sets the value in the CatalogPricingRuleTypeColumn column of the CatalogPricingRulesDataSet..::.PricingRulesDataTable table.

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

Syntax

'Declaration
Public Property CatalogPricingRuleType As Short
'Usage
Dim instance As CatalogPricingRulesDataSet..::.PricingRule
Dim value As Short

value = instance.CatalogPricingRuleType

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

Property Value

Type: System..::.Int16
The value of the CatalogPricingRuleTypeColumn column of the CatalogPricingRulesDataSet..::.PricingRulesDataTable table.

Remarks

The Catalog Pricing rule value for the PricingRule. DataSet: CatalogPricingRulesDataSet Table: PricingRules Column: AdjustmentType.

Permissions

See Also

Reference

CatalogPricingRulesDataSet..::.PricingRule Class

CatalogPricingRulesDataSet..::.PricingRule Members

Microsoft.CommerceServer.Catalog Namespace