wManager.Wow.Helpers Namespace
WRobot

ItemInfo..::..ItemEquipLoc Property

The inventory equipment location in which the item may be equipped, or "" if it cannot be equipped.

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

Syntax


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