Skip to content

End

Gets the end date of work item. End date is set when work item is completed with action by user or system.

1
readonly DateTimeOffset myWorkItem.End

Remarks

If state is not in Waiting or Created this property returns null.

See Also