This documentation is archived and is not being maintained.

GatedCheckinException::HasOverridePermission Property

Gets a flag that indicates whether the user that performed the check-in has the required permissions to override the gated check-in policy. This property is always valid.

Namespace:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)

public:
property bool HasOverridePermission {
	bool get ();
}

Property Value

Type: System::Boolean
True if the user that performed the check-in has the required permissions to override the gated check-in policy; otherwise, false.

Show: