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.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);
}

Field Value

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

See Also