Overview
Gets the previous work item in workflow.WorkItem myWorkItem.Previous { get; }
Remarks
If no previous work item exists this property returns null value.
WorkItem myWorkItem.Previous { get; }
If no previous work item exists this property returns null value.