Skip to content

WorkItem.Caption

Overview

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

Remarks

Caption is evaluated from task caption by default but unlike name property, this property can be changed later.

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

Examples

See Also