Gets or sets IsPremium.

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

Syntax

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

See Also