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