Line..::..ForwardOrderDate Property

Namespace:  JiwaFinancials.Jiwa.JiwaSalesOrderLineDeliveryProcessing
Assembly:  JiwaSalesOrderLineDeliveryProcessing (in JiwaSalesOrderLineDeliveryProcessing.dll)

Syntax


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