The text to display on the button that the user clicks to execute the query.
Syntax
| Visual Basic (Declaration) | |
|---|
<BrowsableAttribute(True)>
<ResDefaultValueAttribute()>
<ResCategoryAttribute("QueryAttributesTask")>
<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)]
[ResDefaultValueAttribute()]
[ResCategoryAttribute("QueryAttributesTask")]
[ResDescriptionAttribute("The text which appears on the button that executes the task")]
public string ButtonText {get; set;} |
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