Touchstone 11.0 API Reference
ContentVulnerability Enumeration


Air.Services.Proxy Assembly > AIR.Services.Common.Exposure.Data Namespace : ContentVulnerability Enumeration
Provides a set of indicators that describe the portion of the contents that have a low vulnerability if some of a building's contents are resistant to water damage or have flood protection.
Syntax
Public Enum ContentVulnerability 
   Inherits System.Enum
Dim instance As ContentVulnerability
public enum ContentVulnerability : System.Enum 
Members
MemberDescription
High Defines the case in which a low fraction of the contents are resistant to water damage, such as grocery stores, restaurants, etc. (3).
Low Defines the case in which an unusually large fraction of a building's contents are resistant to water damage (1).
Moderate Defines the case in which a typical fraction of the contents are resistant to water damage, such as single family homes, etc. (2).
Unknown Defines the case in which the level of vulnerability of a building's contents is unknown (default) (0).
VeryHigh Defines the case in which almost no contents are resistant to water damage (4).
Remarks
Note: These indicators describe the level of vulnerability of the contents.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         AIR.Services.Common.Exposure.Data.ContentVulnerability

Requirements

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

See Also

Reference

AIR.Services.Common.Exposure.Data Namespace