FightClassSpell..::..SpellName Property
Gets or sets the name of the spell.
Namespace:
wManager.Wow.Helpers.FightClassCreatorAssembly: wManager (in wManager.dll)
Syntax
[SettingAttribute] [DefaultValueAttribute] [CategoryAttribute] [DisplayNameAttribute] [DescriptionAttribute] [EditorAttribute] public string SpellName { get; set; }
<SettingAttribute> _ <DefaultValueAttribute> _ <CategoryAttribute> _ <DisplayNameAttribute> _ <DescriptionAttribute> _ <EditorAttribute> _ Public Property SpellName As String Get Set
[SettingAttribute] [DefaultValueAttribute] [CategoryAttribute] [DisplayNameAttribute] [DescriptionAttribute] [EditorAttribute] public: property String^ SpellName { String^ get (); void set (String^ value); }