Compartilhar via


ITestRunBase.BuildUri Propriedade

 

Nome (como um URI) da compilação a execução foi executada em.

Por exemplo: Uri("vstfs:///Build/Build/1") novo

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

Sintaxe

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

Valor de propriedade

Type: System.Uri

Retorna Uri.

Consulte também

Interface ITestRunBase
Namespace Microsoft.TeamFoundation.TestManagement.Client

Retornar ao topo