TfvcChangeset 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 TfvcChangeset : Microsoft.TeamFoundation.SourceControl.WebApi.TfvcChangesetRef
type TfvcChangeset = class
inherit TfvcChangesetRef
Public Class TfvcChangeset
Inherits TfvcChangesetRef
- Inheritance
- Attributes
Constructors
| TfvcChangeset() | |
| TfvcChangeset(TfvcChangesetRef) |
Properties
| AccountId |
Account Id of the changeset. |
| Author |
Alias or display name of user (Inherited from TfvcChangesetRef) |
| Changes |
List of associated changes. |
| ChangesetId |
Id of the changeset. (Inherited from TfvcChangesetRef) |
| CheckedInBy |
Alias or display name of user (Inherited from TfvcChangesetRef) |
| CheckinNotes |
Checkin Notes for the changeset. |
| CollectionId |
Collection Id of the changeset. |
| Comment |
Comment for the changeset. (Inherited from TfvcChangesetRef) |
| CommentTruncated |
Was the Comment result truncated? (Inherited from TfvcChangesetRef) |
| CreatedDate |
Creation date of the changeset. (Inherited from TfvcChangesetRef) |
| HasMoreChanges |
Are more changes available. |
| Links |
A collection of REST reference links. (Inherited from TfvcChangesetRef) |
| PolicyOverride |
Policy Override for the changeset. |
| TeamProjectIds |
Team Project Ids for the changeset. |
| Url |
URL to retrieve the item. (Inherited from TfvcChangesetRef) |
| WorkItems |
List of work items associated with the changeset. |