KnownUserProperties.LastName 属性

定义

获取用户的姓氏。

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

属性值

String

Platform::String

winrt::hstring

用户的姓氏。

适用于