Comment

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

Syntax

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

See Also