'DeclarationPublic Property NumberOfLoadingPoints As Nullable(Of Integer)
'UsageDim instance As DeviceUSB225ProfileCalibrationModel Dim value As Nullable(Of Integer) instance.NumberOfLoadingPoints = value value = instance.NumberOfLoadingPoints
public Nullable<int> NumberOfLoadingPoints {get; set;}