Gets or sets an indicator of whether donations have to be in cash (as opposed to in-kind) in order to be considered
for qualification for the club.
Namespace: Asi.iBO.CommerceAssembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0
Syntax
| C# |
|---|
public bool IsCashOnly { get; set; } |
| Visual Basic |
|---|
Public Property IsCashOnly As Boolean
Get
Set |
| Visual C++ |
|---|
public:
property bool IsCashOnly {
bool get ();
void set (bool value);
} |
Field Value
If true, only cash donations are considered when determining club qualification. If false, both cash and in-kind
donations are considered.
See Also