Gets the COMPLIMENTARY field of the CProductPrice object.

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

Syntax

C#
public bool IsComplimentary { get; }
Visual Basic
Public ReadOnly Property IsComplimentary As Boolean
	Get
Visual C++
public:
property bool IsComplimentary {
	bool get ();
}

See Also