This documentation is archived and is not being maintained.

QueryItem::IsDeleted Property

Gets a flag describing whether this item is a personal query or folder.

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

public:
property bool IsDeleted {
	bool get ();
	internal: void set (bool value);
}

Property Value

Type: System::Boolean
True if this query item is personal; otherwise, false.

A personal query or folder differs from a public query or folder by not being visible to other users.

Show: