Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 1.15 KB

userinformation_getlastnameasync_1125932066.md

File metadata and controls

32 lines (22 loc) · 1.15 KB
-api-id -api-type
M:Windows.System.UserProfile.UserInformation.GetLastNameAsync
winrt method

Windows.System.UserProfile.UserInformation.GetLastNameAsync

-description

Gets the user's last name.

Important

The UserInformation class is not supported on Windows 10 or later. Use the User class instead. See Remarks in the UserInformation class documentation.

-returns

The user's last name.

-remarks

Important

The UserInformation class is not supported on Windows 10 or later. Use the User class instead. See Remarks in the UserInformation class documentation.

Access to the user's last name can be blocked by privacy settings (for example, if the UserInformation.NameAccessAllowed property is false). If access is blocked, this method returns an empty string.

This method does not throw an exception.

-examples

-see-also

User