wManager Namespace
wManager.Wow.Helpers Namespace
WRobot

wManagerSetting..::..CloseIfFullBag Property

Close game when bag is full.

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

Syntax


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