Touchstone Re 2023 API Reference
WindowProtection Enumeration


Air.Services.Proxy Assembly > AIR.Services.Common.Exposure.Data Namespace : WindowProtection Enumeration
Provides a set of descriptors to indicate the nature of the window protection systems used.
Syntax
Public Enum WindowProtection 
   Inherits System.Enum
Dim instance As WindowProtection
public enum WindowProtection : System.Enum 
Members
MemberDescription
EngineeredShuttersDefines the case in which windows have engineered shutters (3).
NonEngineeredShuttersDefines the case in which windows have non-engineered shutters (2).
NoProtectionDefines the case in which there is no window protection (1).
UnknownDefines the case in which the nature of the window protection systems is unknown (default) (0).
Remarks
Protecting the windows can reduce the potential damage to a building.
Inheritance Hierarchy

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

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