InputFormRadioButton.LabelText Property

Gets or sets the label text for the radio button.

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 InputFormRadioButton
Dim value As String

value = instance.LabelText

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

Property Value

Type: System.String
A string that contains the label text.

See Also

Reference

InputFormRadioButton Class

InputFormRadioButton Members

Microsoft.SharePoint.WebControls Namespace