wManager.Wow.Helpers Namespace
WRobot

EntryIndexQuest..::..ObjectiveRequiredAutoDetectCount Property

Gets or sets a value indicating if automatically detect count objective.

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

Syntax


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

Field Value

true if automatically detect count objective; otherwise, false (to use ObjectiveRequiredCount).