Edit

ChangeQueryResults Class

Definition

[System.Runtime.Serialization.DataContract]
public class ChangeQueryResults : Microsoft.TeamFoundation.SourceControl.WebApi.VersionControlSecuredObject
type ChangeQueryResults = class
    inherit VersionControlSecuredObject
Public Class ChangeQueryResults
Inherits VersionControlSecuredObject
Inheritance
ChangeQueryResults
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)

Applies to