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