Share via


GetBuildProperties.BuildDefinitionUri Property

The URI of the definition used to perform this build.

Namespace:  Microsoft.TeamFoundation.Build.Tasks
Assembly:  Microsoft.TeamFoundation.Build.ProcessComponents (in Microsoft.TeamFoundation.Build.ProcessComponents.dll)

Syntax

'Declaration
<OutputAttribute> _
Public ReadOnly Property BuildDefinitionUri As String
[OutputAttribute]
public string BuildDefinitionUri { get; }
[OutputAttribute]
public:
property String^ BuildDefinitionUri {
    String^ get ();
}
[<OutputAttribute>]
member BuildDefinitionUri : string with get
function get BuildDefinitionUri () : String

Property Value

Type: System.String
Returns String.

.NET Framework Security

See Also

Reference

GetBuildProperties Class

Microsoft.TeamFoundation.Build.Tasks Namespace