wManager.Wow.Helpers Namespace
WRobot

ItemInfo..::..ItemSubType Property

The localized sub-type name of the item: Bows, Guns, Staves, etc. https://wow.gamepedia.com/ItemType

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

Syntax


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