This property represents the message attached to the state transaction

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

Syntax

C#
public StateTransactionMessage Message { get; set; }
Visual Basic
Public Property Message As StateTransactionMessage
	Get
	Set

See Also