Gets or sets the PREMIUM field of the CProduct.

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

Syntax

C#
protected bool IsPremium { get; set; }
Visual Basic (Declaration)
Protected Property IsPremium As Boolean
Visual C++
protected:
property bool IsPremium {
	bool get ();
	void set (bool value);
}

See Also