SPFieldUser.AllowDisplay - Propriété

Obtient ou définit une valeur booléenne qui spécifie s'il faut afficher le nom de l'utilisateur qui a créé ou modifié le champ.

Espace de noms :  Microsoft.SharePoint
Assembly :  Microsoft.SharePoint (dans Microsoft.SharePoint.dll)

Syntaxe

'Déclaration
Public Property AllowDisplay As Boolean
    Get
    Set
'Utilisation
Dim instance As SPFieldUser
Dim value As Boolean

value = instance.AllowDisplay

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

Valeur de propriété

Type : System.Boolean
true pour afficher le nom de l'utilisateur ; dans le cas contraire, false.

Voir aussi

Référence

SPFieldUser classe

SPFieldUser - Membres

Microsoft.SharePoint - Espace de noms