PeopleEditor.AugmentEntitiesFromUserInfo property

Gets or sets a value that indicates whether PickerEntity objects, which will be resolved by the PeopleEditor instance, should be supplemented with user information data.

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

Syntax

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

value = instance.AugmentEntitiesFromUserInfo

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

Property value

Type: System.Boolean
true if the type of the data type is to be supplemented with user information data; otherwise, false.

See also

Reference

PeopleEditor class

PeopleEditor members

Microsoft.SharePoint.WebControls namespace