Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the uniform resource identifier (URI) of the build against which this test run was executed.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
'Declaration
Property BuildUri As Uri
Uri BuildUri { get; set; }
property Uri^ BuildUri {
Uri^ get ();
void set (Uri^ value);
}
abstract BuildUri : Uri with get, set
function get BuildUri () : Uri
function set BuildUri (value : Uri)
Property Value
Type: System.Uri
The URI of the build against which this test run was executed.
For example, new Uri("vstfs:///Build/Build/1").
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.