PricingRules Property
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets a table containing the PricingRules values.
Namespace: Microsoft.CommerceServer.Catalog
Assembly: Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property PricingRules As CatalogPricingRulesDataSet..::.PricingRulesDataTable
'Usage
Dim instance As CatalogPricingRulesDataSet
Dim value As CatalogPricingRulesDataSet..::.PricingRulesDataTable
value = instance.PricingRules
[BrowsableAttribute(false)]
public CatalogPricingRulesDataSet..::.PricingRulesDataTable PricingRules { get; }
[BrowsableAttribute(false)]
public:
property CatalogPricingRulesDataSet..::.PricingRulesDataTable^ PricingRules {
CatalogPricingRulesDataSet..::.PricingRulesDataTable^ get ();
}
public function get PricingRules () : CatalogPricingRulesDataSet..::.PricingRulesDataTable
Property Value
Type: Microsoft.CommerceServer.Catalog..::.CatalogPricingRulesDataSet..::.PricingRulesDataTable
A CatalogPricingRulesDataSet..::.PricingRulesDataTable containing the PricingRules values.
Remarks
This property allows you to get to the values within the PricingRules.
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 Class