Slu.Heureka.DomainLayer.TreatmentModel Namespace > TreatmentModelControlTable Class : UseBreeding Property |
'Declaration
<DescriptionAttribute("True if breeding is to be applied using specifications defined by user. Override by RegenerationSettings")> <CategoryAttribute("2. Regeneration")> <DefaultValueAttribute()> <DisplayNameAttribute("Use Breeding")> <PropertyOrderAttribute(40)> Public Property UseBreeding As Boolean
'Usage
Dim instance As TreatmentModelControlTable Dim value As Boolean instance.UseBreeding = value value = instance.UseBreeding
[Description("True if breeding is to be applied using specifications defined by user. Override by RegenerationSettings")] [Category("2. Regeneration")] [DefaultValue()] [DisplayName("Use Breeding")] [PropertyOrder(40)] public bool UseBreeding {get; set;}
[Description("True if breeding is to be applied using specifications defined by user. Override by RegenerationSettings")] [Category("2. Regeneration")] [DefaultValue()] [DisplayName("Use Breeding")] [PropertyOrder(40)] public: property bool UseBreeding { bool get(); void set ( bool value); }
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2