This documentation is archived and is not being maintained.
GatedCheckinException::AffectedBuildDefinitions Property
Visual Studio 2013
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.
- 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: