Share via


ITmiTestImplementation.Storage Property

Gets or sets the name of the DLL or file that contains the test.

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

Syntax

'Declaration
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)

Property Value

Type: String
The name of the DLL or file that contains the test.

.NET Framework Security

See Also

Reference

ITmiTestImplementation Interface

Microsoft.TeamFoundation.TestManagement.Client Namespace