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