BuildMachineState.Agents Property

Gets the collection of agent processes managed by this build server.

Namespace:  Microsoft.TeamFoundation.Build.Hosting
Assembly:  Microsoft.TeamFoundation.Build.Config (in Microsoft.TeamFoundation.Build.Config.dll)

Syntax

'Declaration
<DataMemberAttribute> _
Public ReadOnly Property Agents As List(Of BuildMachineProcessState)
[DataMemberAttribute]
public List<BuildMachineProcessState> Agents { get; }
[DataMemberAttribute]
public:
property List<BuildMachineProcessState^>^ Agents {
    List<BuildMachineProcessState^>^ get ();
}
[<DataMemberAttribute>]
member Agents : List<BuildMachineProcessState> with get
function get Agents () : List<BuildMachineProcessState>

Property Value

Type: System.Collections.Generic.List<BuildMachineProcessState>
Returns List<T>.

.NET Framework Security

See Also

Reference

BuildMachineState Class

Microsoft.TeamFoundation.Build.Hosting Namespace