wManager.Wow.Helpers Namespace
WRobot

State..::..DisplayName Property

Gets the display name (must be unique name).

Namespace:  robotManager.FiniteStateMachine
Assembly:  robotManager (in robotManager.dll)

Syntax


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

Field Value

The display name.