Compartilhar via


ITestRunBase.IsDirty Propriedade

 

Retorna VERDADEIRO se a execução do teste tiver sido alterado desde a última Save ().

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

Sintaxe

bool IsDirty { get; }
property bool IsDirty {
    bool get();
}
abstract IsDirty : bool with get
ReadOnly Property IsDirty As Boolean

Valor de propriedade

Type: System.Boolean

Retorna Boolean.

Consulte também

Interface ITestRunBase
Namespace Microsoft.TeamFoundation.TestManagement.Client

Retornar ao topo