Gets and Sets whether this package is a "system" Package

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

Syntax

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

Field Value

A String

See Also