Gets or sets the date that the last bill reminder was sent for this subscription

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

Syntax

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

See Also