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 a CatalogPricingRulesDataSet containing price rules for the current virtual catalog.
Namespace: Microsoft.CommerceServer.Catalog
Assembly: Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)
Syntax
'Declaration
Public ReadOnly Property PriceRules As PricingRuleCollection
'Usage
Dim instance As VirtualCatalog
Dim value As PricingRuleCollection
value = instance.PriceRules
public PricingRuleCollection PriceRules { get; }
public:
property PricingRuleCollection^ PriceRules {
PricingRuleCollection^ get ();
}
public function get PriceRules () : PricingRuleCollection
Property Value
Type: Microsoft.CommerceServer.Catalog..::.PricingRuleCollection
A CatalogPricingRulesDataSet containing price rules for the virtual catalog.
Remarks
The CatalogPricingRulesDataSet contains a row for each price rule added from base catalogs to the current virtual catalog. The collection contains the price rules for this virtual catalog
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.