Partager via


PersonalInformation.LastName Property

 

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

Namespace:   Microsoft.WindowsServerSolutions.Web.Security
Assembly:  Wssg.Web (in Wssg.Web.dll)

Syntax

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

Property Value

Type: System.String

An instance of String that contains the last name.

See Also

PersonalInformation Class
Microsoft.WindowsServerSolutions.Web.Security Namespace

Return to top