Gets whether the Package is already installed with the same version

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

Syntax

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

Field Value

A Boolean value

See Also