Public Property AdjacentBuildingHeight As Nullable(Of Integer)
Dim instance As LocationFeature Dim value As Nullable(Of Integer) instance.AdjacentBuildingHeight = value value = instance.AdjacentBuildingHeight
public Nullable<int> AdjacentBuildingHeight {get; set;}