Gets or sets the string that is displayed in the Module Menu that represents a given menu action.

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

Syntax

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

Field Value

The string value that is displayed to represent the module action.

Remarks

The title property is displayed by the Actions control for each module action.

See Also