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