Partager via


UserInfo.FirstName Property

 

Gets the first name 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

An instance of String that contains the first name.

See Also

UserInfo Class
Microsoft.WindowsServerSolutions.Users Namespace

Return to top