Changeset Properties

Include Protected Members
Include Inherited Members

The Changeset type exposes the following members.

Properties

  Name Description
Public property ArtifactUri Gets the artifact uniform resource identifier (URI) that is associated with this changeset.
Public property AssociatedWorkItems Returns a limited set of information about the associated work items with this changeset. This property does not spin up a WorkItemStore. Therefore, it is very quick.
Public property Changes Gets or sets an array of Change objects that make up this changeset.
Public property ChangesetId Gets or sets the ID of this changeset.
Public property CheckinNote Gets or sets the check-in note of the changeset.
Public property Comment Gets or sets the comment of the changeset.
Public property Committer Gets or sets the user who committed this changeset.
Public property CommitterDisplayName Display name of user who committed this change
Public property CreationDate Gets or sets the creation date of this changeset.
Public property Owner Gets or sets the owner of this changeset.
Public property OwnerDisplayName Display name of user who owns this change. May differ from Committer if the change was imported or committed on behalf of another user.
Public property PolicyOverride Gets or sets the policy override information of this changeset.
Public property Properties Gets a read-only collection of properties that is associated with this changeset.
Public property VersionControlServer Gets the repository that contains this changeset.
Public property WorkItems Gets an array of work items that are associated with this changeset.

Top

See Also

Reference

Changeset Class

Microsoft.TeamFoundation.VersionControl.Client Namespace