SellingPricesBatch..::..CurrentPriceDate Property

Namespace:  JiwaFinancials.Jiwa.JiwaInventory.PriceUpdate.SellingPricesBatch
Assembly:  JiwaInventory (in JiwaInventory.dll)

Syntax


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