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