Gets or sets the PROMOTE field of the CProduct.

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

Syntax

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

See Also