CheckInParameters.OverrideGatedCheckIn Property
Gets or sets a flag describing whether to override a gated check-in.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Декларация
Public Property OverrideGatedCheckIn As Boolean
Get
Set
public bool OverrideGatedCheckIn { get; set; }
public:
property bool OverrideGatedCheckIn {
bool get ();
void set (bool value);
}
member OverrideGatedCheckIn : bool with get, set
function get OverrideGatedCheckIn () : boolean
function set OverrideGatedCheckIn (value : boolean)
Property Value
Type: System.Boolean
True to override gated check-in; otherwise false.
Remarks
To successfully override a gated check-in, the user must have the OverrideBuildCheckInValidation permission on all gated build definitions affected by the check-in.
.NET Framework Security
- 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.