Touchstone 11.0 API Reference
PostalName Property (GeocodeLocationOutput)


Air.Services.Proxy Assembly > AIR.Services.Common.Exposure.Data Namespace > GeocodeLocationOutput Class : PostalName Property
Contains the 9-digit postal code associated with the location. Zip9PostalCode applies only to locations in the United States.
Syntax
Public Property PostalName As String
Dim instance As GeocodeLocationOutput
Dim value As String
 
instance.PostalName = value
 
value = instance.PostalName
public string PostalName {get; set;}
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

GeocodeLocationOutput Class
GeocodeLocationOutput Members