Public Property ExposureDataSourceSid As Nullable(Of Integer)
Dim instance As GetContractsRequest Dim value As Nullable(Of Integer) instance.ExposureDataSourceSid = value value = instance.ExposureDataSourceSid
public Nullable<int> ExposureDataSourceSid {get; set;}