FightClassSpell..::..Priority Property
Gets or sets the priority.
Namespace:
wManager.Wow.Helpers.FightClassCreatorAssembly: wManager (in wManager.dll)
Syntax
[SettingAttribute] [DefaultValueAttribute] [ReadOnlyAttribute] [CategoryAttribute] [DisplayNameAttribute] [DescriptionAttribute] public int Priority { get; set; }
<SettingAttribute> _ <DefaultValueAttribute> _ <ReadOnlyAttribute> _ <CategoryAttribute> _ <DisplayNameAttribute> _ <DescriptionAttribute> _ Public Property Priority As Integer Get Set
[SettingAttribute] [DefaultValueAttribute] [ReadOnlyAttribute] [CategoryAttribute] [DisplayNameAttribute] [DescriptionAttribute] public: property int^ Priority { int^ get (); void set (int^ value); }