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.2.0

Syntax

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

See Also