Public Property StepTriggerTypeCode As Byte
Dim instance As StepFunction Dim value As Byte instance.StepTriggerTypeCode = value value = instance.StepTriggerTypeCode
public byte StepTriggerTypeCode {get; set;}
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. |
Public Property StepTriggerTypeCode As Byte
Dim instance As StepFunction Dim value As Byte instance.StepTriggerTypeCode = value value = instance.StepTriggerTypeCode
public byte StepTriggerTypeCode {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