UtilUserAccountCurrentUser Property

Gets an UserPrincipal object that represents the current user.

Definition

Namespace: DevCase.Core.Windows.Users
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static UserPrincipal CurrentUser { get; }

Property Value

UserPrincipal
An UserPrincipal object that represents the current user.

See Also