Gets/sets the current Access Level controlling access to critical user settings

Namespace: DotNetNuke.Services.Tokens
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
protected Scope CurrentAccessLevel { get; set; }
Visual Basic
Protected Property CurrentAccessLevel As Scope
	Get
	Set

Field Value

A TokenAccessLevel as defined above

See Also