Gets a List of Versions that should be included in the Package

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

Syntax

C#
public List<string> Versions { get; }
Visual Basic
Public ReadOnly Property Versions As List(Of String)
	Get

Field Value

A List(Of String)

See Also