EasyQuest..::..WhenSelectStep Property
Gets or sets C# code to run before to pulse this quest (one time).
Namespace:
Quester.ProfileAssembly: Quester (in Quester.dll)
Syntax
[SettingAttribute] [CategoryAttribute] [DisplayNameAttribute] [DescriptionAttribute] [EditorAttribute] public string WhenSelectStep { get; set; }
<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); }