wManager.Wow.Helpers Namespace
WRobot

QuesterProfile..::..QuestFile Property

Gets or sets path .cs file that contains the c # code for quests (more info here, relative to "WRobot\Profiles\Quester\").

Namespace:  Quester.Profile
Assembly:  Quester (in Quester.dll)

Syntax


public string QuestFile { get; set; }
Public Property QuestFile As String
	Get
	Set
public:
property String^ QuestFile {
	String^ get ();
	void set (String^ value);
}

Field Value

The quests code file path.