Gets or sets the COMPLIMENTARY field of the CProduct.

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

Syntax

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

See Also