Public Property AirConstructionCode As Nullable(Of Short)
Dim instance As HazardLocationInfo Dim value As Nullable(Of Short) instance.AirConstructionCode = value value = instance.AirConstructionCode
public Nullable<short> AirConstructionCode {get; set;}