ShippingLabel..::..SpareNumeric1 Property

Namespace:  JiwaFinancials.Jiwa.JiwaSales.SalesOrder.XML
Assembly:  JiwaSales (in JiwaSales.dll)

Syntax


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