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

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.