ESRI.ArcGIS.ADF.Tasks
ButtonText Property
See Also 
ESRI.ArcGIS.ADF.Tasks Namespace > QueryAttributesTask Class : ButtonText Property




The text to display on the button that the user clicks to execute the query.

Syntax

Visual Basic (Declaration) 
<BrowsableAttribute(True)>
<ResCategoryAttribute("QueryAttributesTask")>
<ResDefaultValueAttribute()>
<ResDescriptionAttribute("The text which appears on the button that executes the task")>
Public Property ButtonText As String
Visual Basic (Usage)Copy Code
Dim instance As QueryAttributesTask
Dim value As String
 
instance.ButtonText = value
 
value = instance.ButtonText
C# 
[BrowsableAttribute(true)]
[ResCategoryAttribute("QueryAttributesTask")]
[ResDefaultValueAttribute()]
[ResDescriptionAttribute("The text which appears on the button that executes the task")]
public string ButtonText {get; set;}

See Also

© 2010 All Rights Reserved.