Slu.Heureka.DomainLayer.Forest Namespace > SiteData Class : Damage Property |
'Declaration
<DescriptionAttribute("Proportion of stems with injuries. Only valid for first period, not updated in prognosis")> <UnitAttribute("%")> <DisplayNameAttribute("Damage Level")> Public ReadOnly Property Damage As Nullable(Of Integer)
'Usage
Dim instance As SiteData Dim value As Nullable(Of Integer) value = instance.Damage
[Description("Proportion of stems with injuries. Only valid for first period, not updated in prognosis")] [Unit("%")] [DisplayName("Damage Level")] public Nullable<int> Damage {get;}
[Description("Proportion of stems with injuries. Only valid for first period, not updated in prognosis")] [Unit("%")] [DisplayName("Damage Level")] public: property Nullable<int> Damage { Nullable<int> 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