Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Note: This API is now obsolete.
The URI of the agent used to perform this build.
Namespace:  Microsoft.TeamFoundation.Build.Tasks
Assembly:  Microsoft.TeamFoundation.Build.ProcessComponents (in Microsoft.TeamFoundation.Build.ProcessComponents.dll)
Syntax
'Declaration
<OutputAttribute> _
<ObsoleteAttribute("This property has been deprecated. Please remove all references.",  _
    False)> _
Public ReadOnly Property BuildAgentUri As String
[OutputAttribute]
[ObsoleteAttribute("This property has been deprecated. Please remove all references.", 
    false)]
public string BuildAgentUri { get; }
[OutputAttribute]
[ObsoleteAttribute(L"This property has been deprecated. Please remove all references.", 
    false)]
public:
property String^ BuildAgentUri {
    String^ get ();
}
[<OutputAttribute>]
[<ObsoleteAttribute("This property has been deprecated. Please remove all references.", 
    false)>]
member BuildAgentUri : string with get
function get BuildAgentUri () : String
Property Value
Type: System.String
Returns String.
.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.