This documentation is archived and is not being maintained.
IChangesetSummary Interface
Visual Studio 2013
Interface for a ChangesetSummary type of IBuildInformationNode.
To obtain an IChangesetSummary, use the InformationNodeConverters class.
Namespace: Microsoft.TeamFoundation.Build.Client
Assembly: Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
The IChangesetSummary type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | ChangesetId | Gets or sets the ID of this changeset. |
![]() | ChangesetUri | Gets or sets the uniform resource identifier (URI) of this changeset. |
![]() | CheckedInBy | Gets or sets the user who checked in this changeset. |
![]() | Comment | Gets or sets the comment for this changeset. |
![]() | Id | Gets the ID of the underyling information node of this changeset. |
![]() | Node | Gets the underlying information node of this changeset. |
Show:
