INewBuildStatistics.ResolvedBugCount Propriedade
Obtém o número de bugs que foram resolvidos.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (em Microsoft.TeamFoundation.TestManagement.Client.dll)
Sintaxe
int ResolvedBugCount { get; }
property int ResolvedBugCount {
int get();
}
abstract ResolvedBugCount : int with get
ReadOnly Property ResolvedBugCount As Integer
Valor de propriedade
Type: System.Int32
O número de bugs que foram resolvidos.
Consulte também
Interface INewBuildStatistics
Namespace Microsoft.TeamFoundation.TestManagement.Client
Retornar ao topo