This documentation is archived and is not being maintained.

WorkItem::SetDirty Method

Temporarily overrides the dirty state of a work item. Any modification to the work item will cause this to be reset to the correct value, depending on the work item's modification state.

Namespace:  Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly:  Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)

public:
void SetDirty(
	bool isDirty
)

Parameters

isDirty
Type: System::Boolean

Show: