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)
Available in Sandboxed Solutions: No

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.

See Also

Reference

UrlValidator Class

UrlValidator Members

Microsoft.SharePoint.WebControls Namespace