Share via


ClientPeoplePicker.OnControlValidateClientScript property

String specifying a JS script to run after a server error is set or cleared

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

Syntax

'Declaration
Public Property OnControlValidateClientScript As String
    Get
    Set
'Usage
Dim instance As ClientPeoplePicker
Dim value As String

value = instance.OnControlValidateClientScript

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

Property value

Type: System.String

See also

Reference

ClientPeoplePicker class

ClientPeoplePicker members

Microsoft.SharePoint.WebControls namespace