OrderLevel..::..MinSOHUnits Property

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

Syntax


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