Gets the Friendly Name of the Desktop Module

Namespace: DotNetNuke.Entities.Modules
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

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

Return Value

A String

See Also