Touchstone 11.0 API Reference
MinimumTIV Property


Air.Services.Proxy Assembly > AIR.Services.Common.Exposure.Data Namespace > StepFunctionDetail Class : MinimumTIV Property
Contains the minimum replacement value for which payouts to the corresponding damage range are allowed.
Syntax
Public Property MinimumTIV As Nullable(Of Double)
Dim instance As StepFunctionDetail
Dim value As Nullable(Of Double)
 
instance.MinimumTIV = value
 
value = instance.MinimumTIV
public Nullable<double> MinimumTIV {get; set;}
Remarks
Specify a monetary value for this property.
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

StepFunctionDetail Class
StepFunctionDetail Members