PeopleEditor.ValidateResolvedEntity property

Sets or retrieves a value that indicates whether or not to validate a resolved entity.

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

Syntax

'Declaration
Public Property ValidateResolvedEntity As Boolean
    Get
    Set
'Usage
Dim instance As PeopleEditor
Dim value As Boolean

value = instance.ValidateResolvedEntity

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

Property value

Type: System.Boolean
true to validate a resolved entity; otherwise, false. The default value is true.

See also

Reference

PeopleEditor class

PeopleEditor members

Microsoft.SharePoint.WebControls namespace