This documentation is archived and is not being maintained.

Field::IsDirty Property

Gets a flag that indicates whether the value of this field has unsaved changes.

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

public:
property bool IsDirty {
	bool get ();
}

Property Value

Type: System::Boolean
True if the field has unsaved changes; otherwise, false.

Show: