Indicates whether or not to give this contact member pricing when doing product sales.

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

Syntax

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

See Also