WebAccount.UserName 属性

定义

获取 Web 帐户的用户名。

public:
 property Platform::String ^ UserName { Platform::String ^ get(); };
winrt::hstring UserName();
public string UserName { get; }
var string = webAccount.userName;
Public ReadOnly Property UserName As String

属性值

String

Platform::String

winrt::hstring

Web 帐户的用户名。

实现

适用于