UpSell..::..SecondaryCategory Property

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

Syntax


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