User.DisplayName Property
Gets the display name of the user account.
Namespace: Microsoft.WindowsServerSolutions.Users
Assembly: UserObjectModel (in UserObjectModel.dll)
Syntax
public string DisplayName { get; }
public:
property String^ DisplayName {
String^ get();
}
Public ReadOnly Property DisplayName As String
Property Value
Type: System.String
A String that contains the display name of the user account.
See Also
User Class
Microsoft.WindowsServerSolutions.Users Namespace
Return to top