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