Slu.Heureka.DomainLayer.ProductionModel Namespace > ProductionModelControlTable Class : AgeSetting Property |
'Declaration
<DescriptionAttribute("Define which type of age to use in production models. Biological age or real age.")> <CategoryAttribute("2. Age settings")> <DefaultValueAttribute()> <DisplayNameAttribute("Age Type In Prognosis")> <BrowsableAttribute(False)> Public Property AgeSetting As AgeSettingType
'Usage
Dim instance As ProductionModelControlTable Dim value As AgeSettingType instance.AgeSetting = value value = instance.AgeSetting
[Description("Define which type of age to use in production models. Biological age or real age.")] [Category("2. Age settings")] [DefaultValue()] [DisplayName("Age Type In Prognosis")] [Browsable(false)] public AgeSettingType AgeSetting {get; set;}
[Description("Define which type of age to use in production models. Biological age or real age.")] [Category("2. Age settings")] [DefaultValue()] [DisplayName("Age Type In Prognosis")] [Browsable(false)] public: property AgeSettingType AgeSetting { AgeSettingType get(); void set ( AgeSettingType 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