Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- 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
CatalogPricingRulesDataSet..::.PricingRule Class