Share via


Address.FormattedAddress Property

Address.FormattedAddress Property

The complete, unparsed address.


Public Dim FormattedAddress As System.String


[C#]

public System.String FormattedAddress;

Remarks

  • The bold portion of the following address is a FormattedAddress property:

    "1 Microsoft Way, Redmond, WA 98052, United States"

  • This table shows the format for addresses in the following countries or regions.

    Countries or regions

    Address format

    Australia

    [street address], [city], [state] [country or region]

    Austria, Belgium, Denmark, Finland, France, Germany, Luxembourg, Norway, Sweden, Switzerland, The Netherlands

    [street address], [postcode] [city], [country or region]

    Brazil

    [street address], [city], [province], [postal code], [country or region]

    Canada

    [street address], [city], [province], [postal code], [country or region]

    Hong Kong

    [flat number], [floor number], [building name or house number], [street address], [city], [country or region]

    or

    [post office box number], [post office name], [country or region]

    Italy

    [street address], [postcode] [city] [province], [country or region]

    New Zealand

    [address line 1], [address line 2], [city], [postal code], [country or region]

    Portugal, Spain

    [street address], [postcode] [city] ([province]), [country or region]

    Puerto Rico

    [street address], [city], [country or region] [postal code]

    Singapore

    [street address], [city], [postal code], [country or region]

    Taiwan

    [street address], [city], [postal code]

    United Kingdom

    [address line 1], [address line 2], [city], [county], [postcode], [country or region]

    United States

    [street address], [city], [state], [ZIP Code], [country or region]

  • The FormattedAddress property can be passed to the FindServiceSoap.FindAddress method.

  • If the FormattedAddress property is passed to the FindAddress method along with the AddressLine property and at least one other Address context property, the FormattedAddress property is ignored.

  • Maximum string size is 1024 characters.

See Also

  Address Class   |   FindServiceSoap.FindAddress Method   |   Address.AddressLine Property