WebAccount.UserName Property

Definition

Gets the username for the web account.

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

Property Value

String

Platform::String

winrt::hstring

The username for the web account.

Implements

Applies to