Gets whether the Package is Valid

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

Syntax

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

Field Value

A Boolean value

See Also