ChangeQueryResults Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.Runtime.Serialization.DataContract]
public class ChangeQueryResults : Microsoft.TeamFoundation.SourceControl.WebApi.VersionControlSecuredObject
type ChangeQueryResults = class
inherit VersionControlSecuredObject
Public Class ChangeQueryResults
Inherits VersionControlSecuredObject
- Inheritance
- Attributes
Constructors
| ChangeQueryResults() |
Properties
| ChangeCounts |
Total counts for each type of change |
| MoreResultsAvailable |
True if there are more results available to fetch (we're returning the max # of items requested) |
| Results |
The change entries (results) from this query |
Methods
| SetSecuredObject(ISecuredObject) |
Explicit Interface Implementations
| ISecuredObject.GetToken() | (Inherited from VersionControlSecuredObject) |
| ISecuredObject.NamespaceId | (Inherited from VersionControlSecuredObject) |
| ISecuredObject.RequiredPermissions | (Inherited from VersionControlSecuredObject) |