IQueuedBuildsView.AgentFilter Property

Note: This API is now obsolete.

Gets the build agent specification used to filter builds in the QueuedBuilds property.

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

Syntax

‘선언
<ObsoleteAttribute("This property has been deprecated. Please remove all references.",  _
    True)> _
ReadOnly Property AgentFilter As IBuildAgentSpec
    Get
[ObsoleteAttribute("This property has been deprecated. Please remove all references.", 
    true)]
IBuildAgentSpec AgentFilter { get; }
[ObsoleteAttribute(L"This property has been deprecated. Please remove all references.", 
    true)]
property IBuildAgentSpec^ AgentFilter {
    IBuildAgentSpec^ get ();
}
[<ObsoleteAttribute("This property has been deprecated. Please remove all references.", 
    true)>]
abstract AgentFilter : IBuildAgentSpec
function get AgentFilter () : IBuildAgentSpec

Property Value

Type: Microsoft.TeamFoundation.Build.Client.IBuildAgentSpec
The build agent specification used to filter builds in the QueuedBuilds property.

.NET Framework Security

See Also

Reference

IQueuedBuildsView Interface

Microsoft.TeamFoundation.Build.Client Namespace