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