This documentation is archived and is not being maintained.

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)

public:
property bool OverrideGatedCheckIn {
	bool get ();
	void set (bool value);
}

Property Value

Type: System::Boolean
True to override gated check-in; otherwise false.

To successfully override a gated check-in, the user must have the OverrideBuildCheckInValidation permission on all gated build definitions affected by the check-in.

Show: