Touchstone 11.0 API Reference
ExcludedContracts Property


Air.Services.Proxy Assembly > AIR.Services.LossAnalysis.Data Namespace > MarginalImpactLossAnalysisOptions Class : ExcludedContracts Property
(Optional) Contains the list of contracts to exclude during the Marginal Impact Analysis.
Syntax
Public Property ExcludedContracts As List(Of String)
Dim instance As MarginalImpactLossAnalysisOptions
Dim value As List(Of String)
 
instance.ExcludedContracts = value
 
value = instance.ExcludedContracts
public List<string> ExcludedContracts {get; set;}
Remarks
You can optionally retrieve a list of expiring contracts using the GetMarginalImpactExpiringContracts() method, and then exclude them.
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

MarginalImpactLossAnalysisOptions Class
MarginalImpactLossAnalysisOptions Members