UtilUserAccountCurrentUserIsAdmin Property
Gets a value that indicates whether the current is an Administrator.
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 bool CurrentUserIsAdmin { get; }
Public Shared ReadOnly Property CurrentUserIsAdmin As Boolean
Get
Dim value As Boolean
value = UtilUserAccount.CurrentUserIsAdmin
public:
static property bool CurrentUserIsAdmin {
bool get ();
}
static member CurrentUserIsAdmin : bool with get
No code example is currently available or this language may not be supported.
Property Value
Boolean
A value that indicates whether the current is an Administrator.