Gets or sets the date that the pledge was made or that the money for the gift was actually received.

Namespace: Asi.iBO.Commerce
Assembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0

Syntax

C#
public DateTime ReceivedOn { get; set; }
Visual Basic
Public Property ReceivedOn As DateTime
	Get
	Set
Visual C++
public:
property DateTime ReceivedOn {
	DateTime get ();
	void set (DateTime value);
}

Field Value

The date that the pledge was made or that the money for the gift was actually received.

See Also