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 4 Current »

Overview

Gets the Identity that completes the work item.

Identity myWorkItem.CompletedBy { get; }

Remarks

This property is filled when the work item is committed by user. Otherwise returns null value.

When work item is processed by system (by scripting or a module type tasks), this property returns null value.

Example

Finding and setting the Identity of a person who completed the work item:

$Xml.SetValue("Identity", $WorkItem.CompletedBy);
  • No labels