KnownUserProperties.AccountName 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 user's account name.
public:
static property Platform::String ^ AccountName { Platform::String ^ get(); };
static winrt::hstring AccountName();
public static string AccountName { get; }
var string = KnownUserProperties.accountName;
Public Shared ReadOnly Property AccountName As String
Property Value
The user's account name.