OrderLevel..::..MaxSafetySOHUnits Property

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

Syntax


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