EasyQuest..::..ObjectiveCount2 Property
Gets or sets the objective count 2.
Namespace:
Quester.ProfileAssembly: Quester (in Quester.dll)
Syntax
[SettingAttribute] [CategoryAttribute] [DisplayNameAttribute] [DescriptionAttribute] public int ObjectiveCount2 { get; set; }
<SettingAttribute> _ <CategoryAttribute> _ <DisplayNameAttribute> _ <DescriptionAttribute> _ Public Property ObjectiveCount2 As Integer Get Set
[SettingAttribute] [CategoryAttribute] [DisplayNameAttribute] [DescriptionAttribute] public: property int^ ObjectiveCount2 { int^ get (); void set (int^ value); }