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