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