Touchstone Re 2023 API Reference
CountryCode Property (LocationBase)


Air.Services.Proxy Assembly > AIR.Services.Common.Exposure.Data Namespace > LocationBase Class : CountryCode Property
(Required) Contains a code to represent the country in which this Location is located.
Syntax
Public Property CountryCode As String
Dim instance As LocationBase
Dim value As String
 
instance.CountryCode = value
 
value = instance.CountryCode
public string CountryCode {get; set;}
Remarks
For the U.S., specify US as the country code. Valid values: A string of two to three characters in length

Default: An empty string

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