ITestRunBase.BuildUri Property

 

Name (as a URI) of the build the run was executed against.

As an example: new Uri("vstfs:///Build/Build/1")

Namespace:   Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

Syntax

Uri BuildUri { get; set; }
property Uri^ BuildUri {
    Uri^ get();
    void set(Uri^ value);
}
abstract BuildUri : Uri with get, set
Property BuildUri As Uri

Property Value

Type: System.Uri

Returns Uri.

See Also

ITestRunBase Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top