SupplierWarehouse..::..SuppliersCost2 Property

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

Syntax


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