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.3.0
Syntax
| C# |
|---|
public bool IsPledge { get; set; } |
| Visual Basic |
|---|
Public Property IsPledge As Boolean Get Set |
| Visual C++ |
|---|
public: property bool IsPledge { bool get (); void set (bool value); } |