Gets the InstallMode

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

Syntax

C#
public InstallMode InstallMode { get; }
Visual Basic
Public ReadOnly Property InstallMode As InstallMode
	Get

Field Value

An InstallMode value

See Also