Gets or sets an indicator of whether this CDuesProduct is also a fundraising item.
Namespace:
Asi.iBO.CommerceAssembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0
Syntax
| C# |
|---|
public bool IsFundRaisingItem { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property IsFundRaisingItem As Boolean |
| Visual C++ |
|---|
public: property bool IsFundRaisingItem { bool get (); void set (bool value); } |