Gets the Name of the file

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

Syntax

C#
public string Name { get; private set; }
Visual Basic
Public Property Name As String
	Get
	Private Set

Field Value

A string

See Also