WorkItem.Caption
Overview¶
string WorkItem.Caption { get; set; }
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.