Dela via


IBuildDefinitionSpec.FullPath Property

Gets the full path of the desired build definition or build definitions.

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 IBuildDefinitionSpec 
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 a string in the form "\TeamProject\Name".

.NET Framework Security

See Also

Reference

IBuildDefinitionSpec Interface

IBuildDefinitionSpec Members

Microsoft.TeamFoundation.Build.Client Namespace