Gets or sets the date on which the subscription begins, based on when it was paid.

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

Syntax

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

See Also