SalesOrderLine..::..ForwardOrderDate Property

Namespace:  JiwaFinancials.Jiwa.JiwaApplication.Entities.Sales
Assembly:  JiwaApplication (in JiwaApplication.dll)

Syntax


public DateTime ForwardOrderDate { get; set; }
Public Property ForwardOrderDate As DateTime
	Get
	Set
public:
property DateTime^ ForwardOrderDate {
	DateTime^ get ();
	void set (DateTime^ value);
}