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