Freigeben über


IBuildController.Agents-Eigenschaft

Ruft die Build-Agents ab, die von diesem Buildcontroller besitzen.

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

Syntax

'Declaration
ReadOnly Property Agents As ReadOnlyCollection(Of IBuildAgent)
ReadOnlyCollection<IBuildAgent> Agents { get; }

Eigenschaftswert

Typ: System.Collections.ObjectModel.ReadOnlyCollection<IBuildAgent>
Die Build-Agents, die von diesem Buildcontroller besitzen.

.NET Framework-Sicherheit

Siehe auch

Referenz

IBuildController Schnittstelle

Microsoft.TeamFoundation.Build.Client-Namespace