Line..::..DeliveryDate Property

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

Syntax


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