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