Gets or sets the PREMIUM field of the CProduct.

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

Syntax

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

See Also