wManager Namespace
wManager.Wow.Helpers Namespace
WRobot

wManagerSetting..::..ListHarvestByName Property

List of gameobjects name to harvest.

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

Syntax


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