Touchstone 11.0 API Reference
SublimitArea Property (LocationTerm)


Air.Services.Proxy Assembly > AIR.Services.Common.Exposure.Data Namespace > LocationTerm Class : SublimitArea Property
(Optional) Contains an alphanumeric code that identifies the Sublimit Area in which the associated Location is located.
Syntax
Public Property SublimitArea As String
Dim instance As LocationTerm
Dim value As String
 
instance.SublimitArea = value
 
value = instance.SublimitArea
public string SublimitArea {get; set;}
Remarks
The Sublimit Area that you specify for a Location must exist as the value for the Sublimit Area property for at least one Sublimit within the associated Contract. That is, create the desired Layers and Sublimits first and include the desired Sublimit Area value when creating the Sublimit(s). Then, create the corresponding Locations, supplying the appropriate Sublimit Area value when creating these Locations.

If there is no applicable Sublimit Area code, specify 0 for this property. Do not use All or None in the Sublimit Area Code.

Valid values: A string of up to 255 characters in length that can include hyphens and underscores

Default: The corresponding Sublimit applies to all Locations within the associated Contract.

Note: Touchstone does not store the Sublimit Area for a Location within the database record for the Location itself. Rather, Touchstone adds this information to a Sublimit Area cross-reference table when the Location is created.

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