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