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