Gets or sets the date marking the end of this CSubscription instance's current billing cycle.

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

Syntax

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

See Also