Touchstone Re 2023 API Reference
SubareaCode Property (LocationBase)


Air.Services.Proxy Assembly > AIR.Services.Common.Exposure.Data Namespace > LocationBase Class : SubareaCode Property
(Optional) Contains a code to represent the subarea in which this Location is located.
Syntax
Public Property SubareaCode As String
Dim instance As LocationBase
Dim value As String
 
instance.SubareaCode = value
 
value = instance.SubareaCode
public string SubareaCode {get; set;}
Remarks
Specify a valid subarea code.

If you do not know the subarea code, specify 0.

If you do not specify a value, Touchstone saves a NULL value.

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