Compartir a través de


ITestBase.State (Propiedad)

Obtiene o establece el estado actual de este objeto.

Espacio de nombres:  Microsoft.TeamFoundation.TestManagement.Client
Ensamblado:  Microsoft.TeamFoundation.TestManagement.Client (en Microsoft.TeamFoundation.TestManagement.Client.dll)

Sintaxis

'Declaración
Property State As String
string State { get; set; }
property String^ State {
    String^ get ();
    void set (String^ value);
}
abstract State : string with get, set
function get State () : String 
function set State (value : String)

Valor de propiedad

Tipo: String
El estado actual.

Comentarios

El usuario define el conjunto de valores posibles.

Seguridad de .NET Framework

Vea también

Referencia

ITestBase Interfaz

Microsoft.TeamFoundation.TestManagement.Client (Espacio de nombres)

Reason