ESRI.ArcGIS.ADF.IMS
ID Property
See Also 
ESRI.ArcGIS.ADF.IMS.Geocode Namespace > InputField Class : ID Property




Gets the ID.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property ID As String
Visual Basic (Usage)Copy Code
Dim instance As InputField
Dim value As String
 
value = instance.ID
C# 
public string ID {get;}

Example

For an example, see Geocoder .

Remarks

Each address style has one or more IDs, one for each component of the address. The value for ID is retrieved from a request for service information.

Use the ID when creating AddressValue objects for performing geocoding. Set the AddressValue's FieldID to the ID value.

See Also

© 2010 All Rights Reserved.