Gets or sets the price that members of the organization will pay for this CDuesProduct.
Namespace: Asi.iBO.CommerceAssembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0
Syntax
| C# |
|---|
public decimal MemberUnitPrice { get; set; } |
| Visual Basic |
|---|
Public Property MemberUnitPrice As Decimal Get Set |
| Visual C++ |
|---|
public: property Decimal MemberUnitPrice { Decimal get (); void set (Decimal value); } |