Gets the COMPLIMENTARY field of the CProductPrice object.

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

Syntax

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

See Also