Skip to content

Previous

Gets the previous work item in the workflow.

Type

1
[WorkItem](./index.md)

Declaration

1
readonly WorkItem myWorkItem.Previous

Remarks

If no previous work item exists, this property returns null.

See Also