Slu.Heureka.DomainLayer.LandUse Namespace > LandUseData Class : NFILandUse Property |
'Declaration
<DisplayNameAttribute("NFI Land Use")> <DescriptionAttribute("Swedish National Forest Inventory land use code")> Public Property NFILandUse As Nullable(Of NFILandUse)
'Usage
Dim instance As LandUseData Dim value As Nullable(Of NFILandUse) instance.NFILandUse = value value = instance.NFILandUse
[DisplayName("NFI Land Use")] [Description("Swedish National Forest Inventory land use code")] public Nullable<NFILandUse> NFILandUse {get; set;}
[DisplayName("NFI Land Use")] [Description("Swedish National Forest Inventory land use code")] public: property Nullable<NFILandUse> NFILandUse { Nullable<NFILandUse> get(); void set ( Nullable<NFILandUse> 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