This documentation is archived and is not being maintained.

QueryItem::IsNew Property

Returns 'true' if this query item is stored on the server, 'false' if it is a 'new' query item that has not been saved.

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

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

Property Value

Type: System::Boolean
Returns Boolean.

Show: