This documentation is archived and is not being maintained.

StoredQuery::IsSaved Property

Gets a flag that describes whether this stored query has been saved.

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

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

Property Value

Type: System::Boolean
True if this stored query has been saved; otherwise, false.

Show: