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