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

‘선언
<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

See Also

Reference

IBuildAgentSpec Interface

Microsoft.TeamFoundation.Build.Client Namespace