Partager via


UserInfo.LastName Property

 

Gets the last name that is associated with the user account.

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

Syntax

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

Property Value

Type: System.String

An instance of String that contains the last name.

See Also

UserInfo Class
Microsoft.WindowsServerSolutions.Users Namespace

Return to top