ESRI.ArcGIS.ADF.IMS
ID Property
See Also  Send Feedback
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.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.