Gets and Sets the Manifest File for the Package

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

Syntax

C#
public InstallFile ManifestFile { get; private set; }
Visual Basic
Public Property ManifestFile As InstallFile
	Get
	Private Set

Field Value

An InstallFile

See Also