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