wManager.Wow.Helpers Namespace
WRobot

EasyQuest..::..WhenSelectStep Property

Gets or sets C# code to run before to pulse this quest (one time).

Namespace:  Quester.Profile
Assembly:  Quester (in Quester.dll)

Syntax


<SettingAttribute> _
<CategoryAttribute> _
<DisplayNameAttribute> _
<DescriptionAttribute> _
<EditorAttribute> _
Public Property WhenSelectStep As String
	Get
	Set
[SettingAttribute]
[CategoryAttribute]
[DisplayNameAttribute]
[DescriptionAttribute]
[EditorAttribute]
public:
property String^ WhenSelectStep {
	String^ get ();
	void set (String^ value);
}

Field Value

The when select step code.