Gets or sets the an indication of whether special pricing rules exist for this product.

Namespace:  Asi.iBO.Commerce
Assembly:  Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0

Syntax

C#
public virtual bool PriceRulesExist { get; set; }
Visual Basic (Declaration)
Public Overridable Property PriceRulesExist As Boolean
Visual C++
public:
virtual property bool PriceRulesExist {
	bool get ();
	void set (bool value);
}

See Also