Skip to content

WorkItem.Instructions

Overview

string WorkItem.Instructions { get; set; }
Gets or sets the instructions of work item to display in user interfaces.

Remarks

Instructions is copied from task instructions by default but can be changed if needed.

If state is not in Waiting or Created trying to set this property prohibited and throws an access denied error.

Examples

See Also