Compartilhar via


Propriedade TestRunConfiguration.RunTimeout

Obtém ou define o tempo limite para a execução de teste.

Namespace:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (em Microsoft.VisualStudio.QualityTools.Common.dll)

Sintaxe

'Declaração
Public Property RunTimeout As Integer
    Get
    Set
public int RunTimeout { get; set; }
public:
property int RunTimeout {
    int get ();
    void set (int value);
}
member RunTimeout : int with get, set
function get RunTimeout () : int
function set RunTimeout (value : int)

Valor de propriedade

Tipo: System.Int32
O limite de tempo para o execução de teste.

Exceções

Exceção Condição
Common_CannotBeLessThanZero

Limite de tempo < 0.

Segurança do .NET Framework

Consulte também

Referência

TestRunConfiguration Classe

Namespace Microsoft.VisualStudio.TestTools.Common