Share via


IBuildAgentSpec.FullPath Property

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

'Declaration
ReadOnly Property FullPath As String
'Usage
Dim instance As IBuildAgentSpec 
Dim value As String 

value = instance.FullPath
string FullPath { get; }
property String^ FullPath {
    String^ get ();
}
function get FullPath () : String

Property Value

Type: System.String
Returns the full path in the form "\Team Project\Build Agent name".

.NET Framework Security

See Also

Reference

IBuildAgentSpec Interface

IBuildAgentSpec Members

Microsoft.TeamFoundation.Build.Client Namespace