InputFormControl.ExampleText property

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

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

value = instance.ExampleText

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

Property value

Type: System.String

See also

Reference

InputFormControl class

InputFormControl members

Microsoft.SharePoint.WebControls namespace