ITestPlan.BuildUri Property

Gets or sets the uniform resource identifier (URI) for the build that is currently associated with this test plan.

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: Uri
The URI for the build that is currently associated with this test plan, or nulla null reference (Nothing in Visual Basic) if no build is currently associated with the plan.

.NET Framework Security

See Also

Reference

ITestPlan Interface

Microsoft.TeamFoundation.TestManagement.Client Namespace