Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

Overview

Gets or sets the instructions of work item to display in user interfaces.

string myWorkItem.Instructions { get; set; }

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.

Example

// Changing the instructions:
$WorkItem.Instructions = 'Please complete this task.';
  • No labels