Share via


TextBoxWithEditor.LabelText Property

Gets or sets a value that labels the text box in the user interface.

Namespace:  Microsoft.Office.Server.Search.WebControls
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
Public Property LabelText As String
    Get
    Set
'Usage
Dim instance As TextBoxWithEditor
Dim value As String

value = instance.LabelText

instance.LabelText = value
public string LabelText { get; set; }

Property Value

Type: System.String

See Also

Reference

TextBoxWithEditor Class

TextBoxWithEditor Members

Microsoft.Office.Server.Search.WebControls Namespace