Touchstone Re 2023 API Reference
Perils Property (Layer)


Air.Services.Proxy Assembly > AIR.Services.Common.Exposure.Data Namespace > Layer Class : Perils Property
(Required) Contains the peril(s) that this Layer covers.
Syntax
Public Property Perils As PerilSetCode
Dim instance As Layer
Dim value As PerilSetCode
 
instance.Perils = value
 
value = instance.Perils
public PerilSetCode Perils {get; set;}
Remarks
Valid values: A PerilSetCode. Note the following restrictions when specifying Layer perils:

To indicate that the Layer should cover the same set of perils as the parent Contract, specify None as the Layer peril.

Default: The set of perils assigned to the corresponding parent Contract

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

Layer Class
Layer Members