CatalogPricingRuleType Property
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets or sets the pricing rules type (pricing adjustments) applicable to this PricingRule.
Namespace: Microsoft.CommerceServer.Catalog
Assembly: Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)
Syntax
'Declaration
Public Property CatalogPricingRuleType As CatalogPricingRuleType
'Usage
Dim instance As PricingRule
Dim value As CatalogPricingRuleType
value = instance.CatalogPricingRuleType
instance.CatalogPricingRuleType = value
public CatalogPricingRuleType CatalogPricingRuleType { get; set; }
public:
property CatalogPricingRuleType CatalogPricingRuleType {
CatalogPricingRuleType get ();
void set (CatalogPricingRuleType value);
}
public function get CatalogPricingRuleType () : CatalogPricingRuleType
public function set CatalogPricingRuleType (value : CatalogPricingRuleType)
Property Value
Type: Microsoft.CommerceServer.Catalog..::.CatalogPricingRuleType
A CatalogPricingRuleType indicating the pricing rule applied to the catalog.
Remarks
The type of pricing adjustments this represents.
The enumeration values specifies the catalog pricing rules and shall be:
AddFixedAmount - Price is incremented by the specified fixed amount.
NoPriceChange - Price is not changed.
PercentageMultiplier - Price is incremented by the specified percentage.
ReplacePrice. - Price is reset to the specified amount.
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.