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