ESRI.ArcGIS.ADF.Tasks
LabelText Property
See Also 
ESRI.ArcGIS.ADF.Tasks Namespace > SearchAttributesTask Class : LabelText Property




Text to display next to the input box, to indicate the nature of the value to enter.

Syntax

Visual Basic (Declaration) 
<BrowsableAttribute(True)>
<ResCategoryAttribute("SearchTask")>
<PersistenceModeAttribute()>
<ResDefaultValueAttribute()>
<ResDescriptionAttribute("The text for the label which appears beside the input box")>
Public Property LabelText As String
Visual Basic (Usage)Copy Code
Dim instance As SearchAttributesTask
Dim value As String
 
instance.LabelText = value
 
value = instance.LabelText
C# 
[BrowsableAttribute(true)]
[ResCategoryAttribute("SearchTask")]
[PersistenceModeAttribute()]
[ResDefaultValueAttribute()]
[ResDescriptionAttribute("The text for the label which appears beside the input box")]
public string LabelText {get; set;}

See Also

© 2010 All Rights Reserved.