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