Skip to content

InitiatorWorkItem

Gets the initiator work item.

1
readonly WorkItem myInstance.InitiatorWorkItem

Remarks

Because this property returns an instance of

WorkItem, it can be used to access WorkItem properties, such as Caption:

1
var init_item = $Instance.InitiatorWorkItem.Caption;

See Also