SellingPrice..::..ForwardPrice Property

Namespace:  JiwaFinancials.Jiwa.JiwaInventory.XML
Assembly:  JiwaInventory (in JiwaInventory.dll)

Syntax


[DataMemberAttribute]
public decimal ForwardPrice { get; set; }
<DataMemberAttribute> _
Public Property ForwardPrice As Decimal
	Get
	Set
[DataMemberAttribute]
public:
property Decimal^ ForwardPrice {
	Decimal^ get ();
	void set (Decimal^ value);
}