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