de la propiedad PersonProperties.DisplayName
Obtiene el nombre para mostrar del usuario.
Espacio de nombres: Microsoft.Office.Server.UserProfiles
Ensamblado: Microsoft.Office.Server.UserProfiles (en Microsoft.Office.Server.UserProfiles.dll)
'Declaración
Public ReadOnly Property DisplayName As String
Get
'Uso
Dim instance As PersonProperties
Dim value As String
value = instance.DisplayName
public string DisplayName { get; }
Tipo: System.String
El nombre para mostrar del usuario.