Gets and sets whether the Package Install is being repaird

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

Syntax

C#
public bool RepairInstall { get; set; }
Visual Basic
Public Property RepairInstall As Boolean
	Get
	Set

Field Value

A Boolean value

See Also