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