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