wManager Namespace
wManager.Wow.Helpers Namespace
WRobot

wManagerSetting..::..Selling Property

Sell the bag items when go to town (look options SellGray, SellWhite, SellGreen, SellBlue, SellPurple, DoNotSellList, ForceSellList).

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

Syntax


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