GetAccountInfo Method
Retrieves information about the current user account.
Syntax
[VB.NET] Public Sub GetAccountInfo()
[C#] public void GetAccountInfo();
Remarks
This method retrieves details about the current user account. After calling this method the following properties are populated:
The following Account fields are also populated: NOTE: This method has a corresponding asynchronous version (GetAccountInfoAsync) for use in the WinRT environment.