wManager.Wow.Helpers Namespace
WRobot

PluginSetting..::..FileName Property

File name like "My plugin.cs" (plugins are in folder "WRobot\Plugins\")

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

Syntax


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

Field Value

The name of the file.