ClientPeoplePicker.Required property

Boolean whether the control must contain a valid entity

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

Syntax

'Declaration
Public Property Required As Boolean
    Get
    Set
'Usage
Dim instance As ClientPeoplePicker
Dim value As Boolean

value = instance.Required

instance.Required = value
public bool Required { get; set; }

Property value

Type: System.Boolean

See also

Reference

ClientPeoplePicker class

ClientPeoplePicker members

Microsoft.SharePoint.WebControls namespace