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