Partager via


PersonProperties.DisplayName - Propriété

Obtient le nom d’affichage de l’utilisateur.

Espace de noms :  Microsoft.SharePoint.Client.UserProfiles
Assemblys :   Microsoft.SharePoint.Client.UserProfiles.Silverlight (dans Microsoft.SharePoint.Client.UserProfiles.Silverlight.dll);  Microsoft.SharePoint.Client.UserProfiles.Phone (dans Microsoft.SharePoint.Client.UserProfiles.Phone.dll)  Microsoft.SharePoint.Client.UserProfiles (dans Microsoft.SharePoint.Client.UserProfiles.dll)

Syntaxe

'Déclaration
Public Property DisplayName As String
    Get
    Set
'Utilisation
Dim instance As PersonProperties
Dim value As String

value = instance.DisplayName

instance.DisplayName = value
public string DisplayName { get; set; }

Valeur de propriété

Type : System.String
Nom d'affichage de l'utilisateur.

Voir aussi

Référence

PersonProperties classe

PersonProperties - Membres

Microsoft.SharePoint.Client.UserProfiles - Espace de noms