Public Property IncludeStormSurgePotential As Boolean
Dim instance As HurricaneProfileOptions Dim value As Boolean instance.IncludeStormSurgePotential = value value = instance.IncludeStormSurgePotential
public bool IncludeStormSurgePotential {get; set;}