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)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online

Syntax

'Declaration
<ClientCallableAttribute> _
Public Property AllowDisplay As Boolean
    Get
    Set
'Usage
Dim instance As SPFieldUser
Dim value As Boolean

value = instance.AllowDisplay

instance.AllowDisplay = value
[ClientCallableAttribute]
public bool AllowDisplay { get; set; }

Property Value

Type: System.Boolean
true to display the name of the user; otherwise, false.

See Also

Reference

SPFieldUser Class

SPFieldUser Members

Microsoft.SharePoint Namespace