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
- 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.