Gets or sets the user defined description of the Activity.

Namespace:  EPiServer.WorkflowFoundation.Activities
Assembly:  EPiServer.WorkflowFoundation (in EPiServer.WorkflowFoundation.dll) Version: 6.0.530.0

Syntax

C#
public string Description { get; set; }

Field Value

Return Value

The text description of the Activity.

See Also