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
'Déclaration
<ObsoleteAttribute("This property has been deprecated. Please remove all references.", _
False)> _
ReadOnly Property AgentSpec As IBuildAgentSpec
Get
[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
- 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.