IBuildAgentSpec.FullPath Property
Note: This API is now obsolete.
Gets the full path for the desired build agents.
Namespace: Microsoft.TeamFoundation.Build.Client
Assembly: Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
Syntax
'Declaración
<ObsoleteAttribute("This property has been deprecated. Please remove all references.", _
False)> _
ReadOnly Property FullPath As String
Get
[ObsoleteAttribute("This property has been deprecated. Please remove all references.",
false)]
string FullPath { get; }
[ObsoleteAttribute(L"This property has been deprecated. Please remove all references.",
false)]
property String^ FullPath {
String^ get ();
}
[<ObsoleteAttribute("This property has been deprecated. Please remove all references.",
false)>]
abstract FullPath : string
function get FullPath () : String
Property Value
Type: System.String
Returns the full path in the form "\Team Project\Build Agent name".
Remarks
Full path is of the form \TeamProject\Name.
.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.