This documentation is archived and is not being maintained.
StoredQuery Class
Visual Studio 2013
Represents a stored query.
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)
The StoredQuery type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | CreationTime | Gets the date and time that this stored query was created. |
![]() | CreationTimeUtc | Gets the UTC date and time that this stored query was created. |
![]() | Description | Gets or sets the description of this stored query. |
![]() | IsSaved | Gets a flag that describes whether this stored query has been saved. |
![]() | LastWriteTime | Gets the date and time that this stored query was created. |
![]() | LastWriteTimeUtc | Gets the UTC date and time that this stored query was created. |
![]() | Name | Gets or sets the name of this stored query. |
![]() | Owner | Gets the owner of this stored query. |
![]() | Project | Gets the project that is associated with this stored query. |
![]() | QueryGuid | Gets the GUID that is associated with this stored query. |
![]() | QueryScope | Gets or sets the scope of this stored query. |
![]() | QueryText | Gets or sets the query string. |
| Name | Description | |
|---|---|---|
![]() | CompareTo | Compares this stored query to the specified instance. |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | Reset | Resets all changes that were made to this query to the initial state. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | Update | Updates the stored query. |
Show:
