InputFormCustomValidator.Text Property
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Overrides Property Text As String
Get
Set
'Usage
Dim instance As InputFormCustomValidator
Dim value As String
value = instance.Text
instance.Text = value
public override string Text { get; set; }
Property Value
Type: System.String
Implements
See Also
Reference
InputFormCustomValidator Class