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)

Syntax

'Declaration
Public ReadOnly Property AffectedBuildDefinitions As ReadOnlyCollection(Of KeyValuePair(Of String, Uri))
public ReadOnlyCollection<KeyValuePair<string, Uri>> AffectedBuildDefinitions { get; }
public:
property ReadOnlyCollection<KeyValuePair<String^, Uri^>>^ AffectedBuildDefinitions {
    ReadOnlyCollection<KeyValuePair<String^, Uri^>>^ get ();
}
member AffectedBuildDefinitions : ReadOnlyCollection<KeyValuePair<string, Uri>> with get
function get AffectedBuildDefinitions () : ReadOnlyCollection<KeyValuePair<String, Uri>>

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.

.NET Framework Security

See Also

Reference

GatedCheckinException Class

Microsoft.TeamFoundation.VersionControl.Client Namespace