Share via


InputFormControl.LabelText Property

Sets or returns the label text for the input control.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

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

value = instance.LabelText

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

Property Value

Type: System.String
Returns a String.

See Also

Reference

InputFormControl Class

InputFormControl Members

Microsoft.SharePoint.WebControls Namespace