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