This documentation is archived and is not being maintained.
CheckInOutcome Class
Visual Studio 2013
The check-in result of an individual build request.
Namespace: Microsoft.TeamFoundation.Build.Workflow.Tracking
Assembly: Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)
The CheckInOutcome type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | ChangesetId | Gets or sets the changeset ID. A value of 0 indicates no changes were checked in. A positive value indicates the changeset ID of a successful check-in attempt. A negative value indicates the shelveset associated with the request was not checked in |
![]() | CheckInCommitted | |
![]() | RequestId | Gets or sets the request ID. |
| Name | Description | |
|---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Show:
