Compartir a través de


ITestBase.Exists (Propiedad)

Obtiene un valor que indica si este objeto se ha destruido y el llamador tiene acceso al objeto.

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

Sintaxis

'Declaración
ReadOnly Property Exists As Boolean
    Get
bool Exists { get; }
property bool Exists {
    bool get ();
}
abstract Exists : bool
function get Exists () : boolean

Valor de propiedad

Tipo: System.Boolean
true si el objeto no se ha destruido y el llamador tiene acceso al objeto; de lo contrario, false.

Seguridad de .NET Framework

Vea también

Referencia

ITestBase Interfaz

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