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.2.0

Syntax

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

See Also