Touchstone 11.0 API Reference
AssuredInterest Property


Air.Services.Proxy Assembly > AIR.Services.Common.Exposure.Data Namespace > LocationTerm Class : AssuredInterest Property
(Optional) Contains the Assured Interest for the associated Location.
Syntax
Public Property AssuredInterest As Nullable(Of Single)
Dim instance As LocationTerm
Dim value As Nullable(Of Single)
 
instance.AssuredInterest = value
 
value = instance.AssuredInterest
public Nullable<float> AssuredInterest {get; set;}
Remarks
The Assured Interest represents the percentage of the risk covered by the insurer. This property is intended to indicate partial ownership for Offshore Structures.

Valid values: A number between 0 and 1, inclusive.

Default: 1

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

LocationTerm Class
LocationTerm Members