Public Property ShortestDistanceTo250YearStormSurge As Nullable(Of Double)
Dim instance As HurricaneProfile Dim value As Nullable(Of Double) instance.ShortestDistanceTo250YearStormSurge = value value = instance.ShortestDistanceTo250YearStormSurge
public Nullable<double> ShortestDistanceTo250YearStormSurge {get; set;}