AdSyncUser.DisplayName Property
Gets the display name of the user in the Active Directory synchronization.
Namespace: Microsoft.Office.Project.Server.Events
Assembly: Microsoft.Office.Project.Server.Events.Receivers (in Microsoft.Office.Project.Server.Events.Receivers.dll)
Syntax
'Declaration
Public ReadOnly Property DisplayName As String
Get
'Usage
Dim instance As AdSyncUser
Dim value As String
value = instance.DisplayName
public string DisplayName { get; }
Property Value
Type: System.String