Gets or sets the price that a customer who is not a member of the organization will pay for this CDuesProduct.

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

Syntax

C#
public decimal NonMemberUnitPrice { get; set; }
Visual Basic
Public Property NonMemberUnitPrice As Decimal
	Get
	Set
Visual C++
public:
property Decimal NonMemberUnitPrice {
	Decimal get ();
	void set (Decimal value);
}

Field Value

A monetary value. The non-member's price for each unit of this product.

Remarks

If member/non-member pricing is not used, set the price in MemberUnitPrice

See Also