Slu.Heureka.DomainLayer.Forest Namespace > ForestData Class : MinFinalFellingAge Property |
'Declaration
<UnitAttribute("yrs")> <DescriptionAttribute("Min Final Felling Age")> <DisplayNameAttribute("Min Final Felling Age")> <DisplayNameShortAttribute("Min FF Age")> <NumberOfDecimalsAttribute(1)> <MandatoryProperty()> Public ReadOnly Property MinFinalFellingAge As Nullable(Of Double)
'Usage
Dim instance As ForestData Dim value As Nullable(Of Double) value = instance.MinFinalFellingAge
[Unit("yrs")] [Description("Min Final Felling Age")] [DisplayName("Min Final Felling Age")] [DisplayNameShort("Min FF Age")] [NumberOfDecimals(1)] [MandatoryProperty()] public Nullable<double> MinFinalFellingAge {get;}
[Unit("yrs")] [Description("Min Final Felling Age")] [DisplayName("Min Final Felling Age")] [DisplayNameShort("Min FF Age")] [NumberOfDecimals(1)] [MandatoryProperty()] public: property Nullable<double> MinFinalFellingAge { Nullable<double> get(); }
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