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