Touchstone Re 2023 API Reference
City Property (LocationBase)


Air.Services.Proxy Assembly > AIR.Services.Common.Exposure.Data Namespace > LocationBase Class : City Property
(Optional) Contains the city in which this Location is located. For offshore platforms, this property corresponds to the AIR ID of the Location, a unique AIR-assigned identification number for the platform.
Syntax
Public Property City As String
Dim instance As LocationBase
Dim value As String
 
instance.City = value
 
value = instance.City
public string City {get; set;}
Remarks
The city that you specify for this property can contain a maximum of 30 characters.

If unknown, enter X.

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

LocationBase Class
LocationBase Members