Skip to content

Name

Gets the name of the work item.

1
readonly string myWorkItem.Name

Remarks

This property is used to identify the task and is set from the process definition. It cannot be changed later.
If you want to change the displayed name, the WorkItem.Caption property can be set.

See Also