ESRI.ArcGIS.ADF.IMS
Description Property
See Also  Send Feedback
ESRI.ArcGIS.ADF.IMS.Geocode Namespace > InputField Class : Description Property




Gets the description.

Syntax

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

Remarks

Each address style has one or more descriptions, one for each component of the address. The value for Description is retrieved from a request for service information. The Description provides a longer account of the information needed for the geocoding input field. It is for informational purposes, such as for display on the web page where users are prompted for address values. It is not used when performing geocoding.

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.