Touchstone 11.0 API Reference
LossModTemplateSids Property


Air.Services.Proxy Assembly > AIR.Services.LossAnalysis.Api Namespace > SubmitLossModAnalysesRequest Class : LossModTemplateSids Property
(Required) Contains the Touchstone®-generated Sequential Identifier that uniquely identifies the Loss Modification Analysis Templates to use during the Loss Modification Analysis.

A Loss Modification Analysis Template specifies how Touchstone adjusts losses. For example, a template may specify that Touchstone must increase wind losses for all coverages by 10 percent. You can manage Loss Modification Analysis Templates only from the Touchstone Administration Console.

Syntax
Public Property LossModTemplateSids As List(Of Integer)
Dim instance As SubmitLossModAnalysesRequest
Dim value As List(Of Integer)
 
instance.LossModTemplateSids = value
 
value = instance.LossModTemplateSids
public List<int> LossModTemplateSids {get; set;}
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

SubmitLossModAnalysesRequest Class
SubmitLossModAnalysesRequest Members