Represents a stored query.
Inheritance Hierarchy
System.Object
  Microsoft.TeamFoundation.WorkItemTracking.Client.StoredQuery
Namespace:  Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly:  Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)
Syntax
'Declaration
Public Class StoredQuery _
    Implements IComparable
public class StoredQuery : IComparable
public ref class StoredQuery : IComparable
type StoredQuery =  
    class 
        interface IComparable 
    end
public class StoredQuery implements IComparable
The StoredQuery type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| .gif) | StoredQuery | Initializes a new StoredQuery instance. | 
Top
Properties
| Name | Description | |
|---|---|---|
| .gif) | CreationTime | Gets the date and time that this stored query was created. | 
| .gif) | CreationTimeUtc | Gets the UTC date and time that this stored query was created. | 
| .gif) | Description | Gets or sets the description of this stored query. | 
| .gif) | IsSaved | Gets a flag that describes whether this stored query has been saved. | 
| .gif) | LastWriteTime | Gets the date and time that this stored query was created. | 
| .gif) | LastWriteTimeUtc | Gets the UTC date and time that this stored query was created. | 
| .gif) | Name | Gets or sets the name of this stored query. | 
| .gif) | Owner | Gets the owner of this stored query. | 
| .gif) | Project | Gets the project that is associated with this stored query. | 
| .gif) | QueryGuid | Gets the GUID that is associated with this stored query. | 
| .gif) | QueryScope | Gets or sets the scope of this stored query. | 
| .gif) | QueryText | Gets or sets the query string. | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) | CompareTo | Compares this stored query to the specified instance. | 
| .gif) | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | 
| .gif) | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | 
| .gif) | GetHashCode | Serves as the default hash function. (Inherited from Object.) | 
| .gif) | GetType | Gets the Type of the current instance. (Inherited from Object.) | 
| .gif) | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | 
| .gif) | Reset | Resets all changes that were made to this query to the initial state. | 
| .gif) | ToString | Returns a string that represents the current object. (Inherited from Object.) | 
| .gif) | Update | Updates the stored query. | 
Top
Explicit Interface Implementations
| Name | Description | |
|---|---|---|
| .gif) .gif) | IComparable.CompareTo | 
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.