wManager.Wow.Helpers Namespace
WRobot

ItemInfo..::..ItemRarity Property

The quality of the item, WoWItemQuality

Namespace:  wManager.Wow.Class
Assembly:  wManager (in wManager.dll)

Syntax


public int ItemRarity { get; set; }
Public Property ItemRarity As Integer
	Get
	Set
public:
property int^ ItemRarity {
	int^ get ();
	void set (int^ value);
}