Gets or sets the date upon which the current subscription began. This value is predominantly set by iMIS Client/Server, except in cases where the amount charged for a new subscription is zero.

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

Syntax

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

See Also