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

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

Syntax

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

See Also