Slu.Heureka.DomainLayer.LandUse Namespace > LandUseData Class : FinishedTransitionFromCode Property |
'Declaration
<DisplayNameAttribute("Finished Transition From Land Use")> <DescriptionAttribute("If a transition finished this period, this variable holds the previous land use code")> Public Property FinishedTransitionFromCode As Nullable(Of LandUseCode)
'Usage
Dim instance As LandUseData Dim value As Nullable(Of LandUseCode) instance.FinishedTransitionFromCode = value value = instance.FinishedTransitionFromCode
[DisplayName("Finished Transition From Land Use")] [Description("If a transition finished this period, this variable holds the previous land use code")] public Nullable<LandUseCode> FinishedTransitionFromCode {get; set;}
[DisplayName("Finished Transition From Land Use")] [Description("If a transition finished this period, this variable holds the previous land use code")] public: property Nullable<LandUseCode> FinishedTransitionFromCode { Nullable<LandUseCode> get(); void set ( Nullable<LandUseCode> 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