Gets and sets the Path for the Package's app code files

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

Syntax

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

Field Value

A String

See Also