wManager.Wow.Helpers Namespace
WRobot

PluginSetting..::..Actif Property

Plugin is enabled or not (if true, will be loaded when product start)

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

Syntax


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