Compartir a través de


ITmiTestImplementation.Storage (Propiedad)

Obtiene o establece el nombre de la DLL o el archivo que contiene la prueba.

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

Sintaxis

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

Valor de propiedad

Tipo: String
El nombre de la DLL o el archivo que contiene la prueba.

Seguridad de .NET Framework

Vea también

Referencia

ITmiTestImplementation Interfaz

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