This documentation is archived and is not being maintained.
IBuildRequest::GatedCheckInTicket Property
Visual Studio 2013
Gets or sets an optional ticket that is issued by the server for gated check-in submissions.
Namespace: Microsoft.TeamFoundation.Build.Client
Assembly: Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
When a check-in is rejected because of Gated Check-in, a GatedCheckinException is thrown.
The gated check-in ticket is available on the exception and should be used when you submit the build request to the build system. By setting this property from the exception, you allow a rejected check-in to be queued by a user who does not have the appropriate permissions to perform the action under ordinary circumstances.
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
Show: