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