Public Property RoofYearBuilt As Nullable(Of Short)
Dim instance As LocationFeature Dim value As Nullable(Of Short) instance.RoofYearBuilt = value value = instance.RoofYearBuilt
public Nullable<short> RoofYearBuilt {get; set;}
Public Property RoofYearBuilt As Nullable(Of Short)
Dim instance As LocationFeature Dim value As Nullable(Of Short) instance.RoofYearBuilt = value value = instance.RoofYearBuilt
public Nullable<short> RoofYearBuilt {get; set;}
Specify 0
if the year in which the roof was built is unknown (default).
Valid values: Null, 0, or 1000 to the current year
Default: 0
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