UtilUserAccountCurrentUser Property
Gets an UserPrincipal object that represents the current user.
Namespace: DevCase.Core.Windows.UsersAssembly: 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; }
Public Shared ReadOnly Property CurrentUser As UserPrincipal
Get
Dim value As UserPrincipal
value = UtilUserAccount.CurrentUser
public:
static property UserPrincipal^ CurrentUser {
UserPrincipal^ get ();
}
static member CurrentUser : UserPrincipal with get
No code example is currently available or this language may not be supported.
Property Value
UserPrincipal
An
UserPrincipal object that represents the current user.