summaryP:DotNetNuke.UI.Modules.Html5.ModuleActionDto.Title

Namespace: DotNetNuke.UI.Modules.Html5
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
[JsonPropertyAttribute("title")]
public string Title { get; set; }
Visual Basic
<JsonPropertyAttribute("title")> 
Public Property Title As String
	Get
	Set

See Also