This documentation is archived and is not being maintained.

IBuildServiceHost::Agents Property

Gets a read-only collection of agents that is associated with this service host.

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

property ReadOnlyCollection<IBuildAgent^>^ Agents {
	ReadOnlyCollection<IBuildAgent^>^ get ();
}

Property Value

Type: System.Collections.ObjectModel::ReadOnlyCollection<IBuildAgent>
A read-only collection of agents that is associated with this service host.

Show: