Gets or sets the date that the pledge was made or that the money for the gift was actually received.
Namespace:
Asi.iBO.CommerceAssembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0
Syntax
| C# |
|---|
public DateTime ReceivedOn { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property ReceivedOn As DateTime |
| Visual C++ |
|---|
public: property DateTime ReceivedOn { DateTime get (); void set (DateTime value); } |