wManager Namespace
wManager.Wow.Helpers Namespace
WRobot

wManagerSetting..::..ProspectingTime Property

Prospecting every X minutes (you need to enable Prospecting).

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

Syntax


public int ProspectingTime { get; set; }
Public Property ProspectingTime As Integer
	Get
	Set
public:
property int^ ProspectingTime {
	int^ get ();
	void set (int^ value);
}