UserIdentity.LastName 属性

定义

包含用户的姓氏。 此值仅适用于 Microsoft 应用程序合作伙伴。

注意

如果要针对Windows 10或更高版本进行开发,请改用 Windows.Security.Authentication.Web.Core API。 有关详细信息,请参阅 Web 帐户管理器

public:
 property Platform::String ^ LastName { Platform::String ^ get(); };
winrt::hstring LastName();
public string LastName { get; }
var string = userIdentity.lastName;
Public ReadOnly Property LastName As String

属性值

String

Platform::String

winrt::hstring

用户的姓氏。

适用于