wManager.Wow.Helpers Namespace
WRobot

ItemInfo..::..ItemType Property

The localized type name of the item: Armor, Weapon, Quest, etc. https://wow.gamepedia.com/ItemType

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

Syntax


public string ItemType { get; set; }
Public Property ItemType As String
	Get
	Set
public:
property String^ ItemType {
	String^ get ();
	void set (String^ value);
}