Indictaes whether or not children (employees, subsidiaries, etc.) of a company are given the same pricing options as the company itself would be. For example, if the contact is not a member, but his/her company is, the Contact would get member pricing if this option were set to true.

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

Syntax

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

See Also