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

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

The URI for the build that is currently associated with this test plan, or null if no build is currently associated with the plan.

See Also

ITestPlan Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top