Edit

Share via


TfvcChangeset Class

Definition

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

Applies to