Gets and sets the Path for the Package's assemblies

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

Syntax

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

Field Value

A String

See Also