Share via


IQueuedBuildSpec.AgentSpec Property

Note: This API is now obsolete.

Gets the agent specification for this build queue specification.

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

Syntax

'Declaration
<ObsoleteAttribute("This property has been deprecated. Please remove all references.",  _
    False)> _
ReadOnly Property AgentSpec As IBuildAgentSpec
[ObsoleteAttribute("This property has been deprecated. Please remove all references.", 
    false)]
IBuildAgentSpec AgentSpec { get; }
[ObsoleteAttribute(L"This property has been deprecated. Please remove all references.", 
    false)]
property IBuildAgentSpec^ AgentSpec {
    IBuildAgentSpec^ get ();
}
[<ObsoleteAttribute("This property has been deprecated. Please remove all references.", 
    false)>]
abstract AgentSpec : IBuildAgentSpec
function get AgentSpec () : IBuildAgentSpec

Property Value

Type: Microsoft.TeamFoundation.Build.Client.IBuildAgentSpec
The agent specification for this build queue specification.

.NET Framework Security

See Also

Reference

IQueuedBuildSpec Interface

Microsoft.TeamFoundation.Build.Client Namespace