ITestRun.BuildFlavor Propriedade
Obtém ou define o tipo de compilação (ou seja, "Versão" ou "Debug").
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (em Microsoft.TeamFoundation.TestManagement.Client.dll)
Sintaxe
string BuildFlavor { get; set; }
property String^ BuildFlavor {
String^ get();
void set(String^ value);
}
abstract BuildFlavor : string with get, set
Property BuildFlavor As String
Valor de propriedade
Type: System.String
O tipo de compilação (ou seja, "Versão" ou "Debug").
Implementações
Consulte também
Interface ITestRun
Namespace Microsoft.TeamFoundation.TestManagement.Client
Retornar ao topo