Gets and Sets the FriendlyName of this package

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

Syntax

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

Field Value

A String

See Also