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

See Also

© 2010 All Rights Reserved.