Action name (usually is a localized representation of the ContentWorkflowLogType)

Namespace: DotNetNuke.Entities.Content.Workflow.Entities
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
[StringLengthAttribute(40)]
public string Action { get; set; }
Visual Basic
<StringLengthAttribute(40)> 
Public Property Action As String
	Get
	Set

See Also