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