Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

WorkItem myInstance.InitiatorWorkItem { get; }

Example

Because this method returns instance of WorkItem, it can be used to get WorkItem references (Caption in this case):

Code Block
languagejs
var init_item = $Instance.InitiatorWorkItem.Caption;