wManager Namespace
wManager.Wow.Helpers Namespace
WRobot

wManagerSetting..::..SellPurple Property

Sell all purple items (you need to activate option Selling).

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

Syntax


public bool SellPurple { get; set; }
Public Property SellPurple As Boolean
	Get
	Set
public:
property bool^ SellPurple {
	bool^ get ();
	void set (bool^ value);
}