SPFieldUser.AllowDisplay property
Gets or sets a Boolean value that specifies whether to display the name of the user who created or last modified the field.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property AllowDisplay As Boolean
Get
Set
'Usage
Dim instance As SPFieldUser
Dim value As Boolean
value = instance.AllowDisplay
instance.AllowDisplay = value
public bool AllowDisplay { get; set; }
Property value
Type: System.Boolean
true to display the name of the user; otherwise, false.