SupplierWarehouse..::..SpareFloat2 Property

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

Syntax


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