BuildMachineState.Agents 属性

获取代理的集合托管此生成服务器。

命名空间:  Microsoft.TeamFoundation.Build.Hosting
程序集:  Microsoft.TeamFoundation.Build.Config(在 Microsoft.TeamFoundation.Build.Config.dll 中)

语法

声明
<DataMemberAttribute> _
Public ReadOnly Property Agents As List(Of BuildMachineProcessState)
[DataMemberAttribute]
public List<BuildMachineProcessState> Agents { get; }

属性值

类型:System.Collections.Generic.List<BuildMachineProcessState>
返回 List<T>

.NET Framework 安全性

请参阅

参考

BuildMachineState 类

Microsoft.TeamFoundation.Build.Hosting 命名空间