Gets the END_DATE field of the CProductPrice object.

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

Syntax

C#
public DateTime EndDate { get; }
Visual Basic
Public ReadOnly Property EndDate As DateTime
	Get
Visual C++
public:
property DateTime EndDate {
	DateTime get ();
}

See Also