wManager Namespace
wManager.Wow.Helpers Namespace
WRobot

wManagerSetting..::..BlackListHarvestByName Property

List of gameobjects name to not harvest.

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

Syntax


public List<string> BlackListHarvestByName { get; set; }
Public Property BlackListHarvestByName As List(Of String)
	Get
	Set
public:
property List<String^>^ BlackListHarvestByName {
	List<String^>^ get ();
	void set (List<String^>^ value);
}