ESRI.ArcGIS.ADF.Web.UI.WebControls
XLabel Property
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > GoToLocation Class : XLabel Property




Value for X Label.

Syntax

Visual Basic (Declaration) 
<DefaultValueAttribute()>
<ResCategoryAttribute("Go To Location Control")>
<ResDescriptionAttribute("Label used to define the X coordinate.")>
<PersistenceModeAttribute()>
Public Property XLabel As String
Visual Basic (Usage)Copy Code
Dim instance As GoToLocation
Dim value As String
 
instance.XLabel = value
 
value = instance.XLabel
C# 
[DefaultValueAttribute()]
[ResCategoryAttribute("Go To Location Control")]
[ResDescriptionAttribute("Label used to define the X coordinate.")]
[PersistenceModeAttribute()]
public string XLabel {get; set;}

See Also

© 2010 All Rights Reserved.