IWebAccount.UserName Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the username for the web account.
public:
property Platform::String ^ UserName { Platform::String ^ get(); };
winrt::hstring UserName();
public string UserName { get; }
var string = iWebAccount.userName;
Public ReadOnly Property UserName As String
Property Value
The username for the web account.