Gets the Path of the file

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

Syntax

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

Field Value

A string

See Also