次の方法で共有


PersonalInfo.LastName Property

 

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

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

Syntax

[DataMemberAttribute]
public string LastName { get; set; }
public:
[DataMemberAttribute]
property String^ LastName {
    String^ get();
    void set(String^ value);
}
<DataMemberAttribute>
Public Property LastName As String

Property Value

Type: System.String

An instance of String that contains the last name.

See Also

PersonalInfo Class
Microsoft.WindowsServerSolutions.Users Namespace

Return to top