Partager via


User.FirstName Property

 

Gets the first name of the user that is associated with the user account.

Namespace:   Microsoft.WindowsServerSolutions.Users
Assembly:  UserObjectModel (in UserObjectModel.dll)

Syntax

public string FirstName { get; }
public:
property String^ FirstName {
    String^ get();
}
Public ReadOnly Property FirstName As String

Property Value

Type: System.String

A String that contains the first name of the user that is associated with the user account.

See Also

User Class
Microsoft.WindowsServerSolutions.Users Namespace

Return to top