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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.