Public Property FloodZone As Nullable(Of Short)
Dim instance As FloodProfile Dim value As Nullable(Of Short) instance.FloodZone = value value = instance.FloodZone
public Nullable<short> FloodZone {get; set;}
Proximity | Description |
---|---|
None | The Location is not in a flood zone. |
100 Year | The Location has a 1% chance of being flooded in any single year. |
500 Year | The Location has a 0.2% chance of being flooded in any single year. |
Outside | The Location is outside the 100 and 500-year floodplains of a body of water. |
Water body | The Location includes a large lake, ocean, or river. |
No data | No flood data is available for the Location. |
Unknown | The Location has undetermined but possible flood hazards. |
Public Property FloodZone As Nullable(Of Short)
Dim instance As FloodProfile Dim value As Nullable(Of Short) instance.FloodZone = value value = instance.FloodZone
public Nullable<short> FloodZone {get; set;}
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2