Skip to content

WorkItem.Data

Overview

XmlNode WorkItem.Data { get; }
Gets the attached data node of work item.

Remarks

This property allows to read only access to work item data and any changes on XmlNode is not saved to database for data protection.

Examples

See Also