SalesOrderLine..::..ScheduledDate Property

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

Syntax


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