ArcGIS API for WPF - Library Reference
Address Property
See Also  Send comments on this topic
ESRI.ArcGIS.Client.Tasks Namespace > AddressToLocationsParameters Class : Address Property

A Dictionary that contains key/value pairs representing the various address fields accepted by the corresponding geocode service. These fields are listed in the addressFields property of the associated geocode service resource.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property Address As Dictionary(Of String,String)
C# 
public Dictionary<string,string> Address {get;}

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© ESRI, Inc. All Rights Reserved.