Line..::..ScheduledDate Property

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

Syntax


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