This documentation is archived and is not being maintained.

GatedCheckinException::AffectedBuildDefinitions Property

Gets a collection of build definitions that blocked the check-in attempt. This property is always valid.

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

public:
property ReadOnlyCollection<KeyValuePair<String^, Uri^>>^ AffectedBuildDefinitions {
	ReadOnlyCollection<KeyValuePair<String^, Uri^>>^ get ();
}

Property Value

Type: System.Collections.ObjectModel::ReadOnlyCollection<KeyValuePair<String, Uri>>
A collection of (Name, URI) pairs that define the build definitions that blocked the check-in attempt.

Show: