wManager.Wow.Helpers Namespace
WRobot

TaxiNode..::..Active Property

Gets or sets a value indicating whether this TaxiNode is active.

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

Syntax


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

Field Value

true if active; otherwise, false.