Gets and sets the security Access Level of the user that is calling the INstaller

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

Syntax

C#
public SecurityAccessLevel SecurityAccessLevel { get; set; }
Visual Basic
Public Property SecurityAccessLevel As SecurityAccessLevel
	Get
	Set

Field Value

A SecurityAccessLevel enumeration

See Also