Gets or sets the COMPLIMENTARY field of the CProduct.

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

Syntax

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

See Also