UrlValidator.DefaultClientValidationFunction property
Gets the DefaultClientValidationFunction property which specifies the client side javascript function to be used for validation.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Protected MustOverride ReadOnly Property DefaultClientValidationFunction As String
Get
'Usage
Dim value As String
value = Me.DefaultClientValidationFunction
protected abstract string DefaultClientValidationFunction { get; }
Property value
Type: System.String
Remarks
Will be not be used if the control specifies a ClientValidationFunction.