Compartilhar via


Propriedade ITmiTestImplementation.Storage

Obtém ou define o nome da DLL ou do arquivo que contém o teste.

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

Sintaxe

'Declaração
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 propriedade

Tipo: String
O nome da DLL ou do arquivo que contém o teste.

Segurança do .NET Framework

Consulte também

Referência

ITmiTestImplementation Interface

Namespace Microsoft.TeamFoundation.TestManagement.Client