Inventory..::..PricingGroup Property

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

Syntax


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