Touchstone 11.0 API Reference
StepTriggerTypeCode Property


Air.Services.Proxy Assembly > AIR.Services.Common.Exposure.Data Namespace > StepFunction Class : StepTriggerTypeCode Property
Contains one of the following codes to indicate the trigger type for this Step Function:
Code Description
1 Building: Building and contents payouts are based on building damage only.
2 Contents: Building and contents payouts are based on contents damage only.
3 Building+Contents: Payout is based on combined building and contents damage.
4 Building, then Contents: Payout is based on building damage if the loss is greater than or equal to the building trigger. Otherwise, if contents damage is triggered, payout is based on contents damage.
5 Building, Contents Separately: Building payout is based on building damage and contents payout is based on contents damage.
Syntax
Public Property StepTriggerTypeCode As Byte
Dim instance As StepFunction
Dim value As Byte
 
instance.StepTriggerTypeCode = value
 
value = instance.StepTriggerTypeCode
public byte StepTriggerTypeCode {get; set;}
Remarks
The trigger type indicates how and for which Coverages payouts are triggered.
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

StepFunction Class
StepFunction Members