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




Gets the label.

Syntax

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

Example

For an example, see Geocoder.

Remarks

Each address style has one or more labels, one for each component of the address. The value for Label is retrieved from a request for service information. The Label 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.