Gets whether the current user is an Administrator (or SuperUser)

Namespace: DotNetNuke.Entities.Modules
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
protected bool IsAdmin { get; }
Visual Basic
Protected ReadOnly Property IsAdmin As Boolean
	Get

See Also