Gets or sets the (calculated) effective date of this CSubscription instance, which forms the basis for establishing the date billing begins.

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

Syntax

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

See Also