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
string Storage { get; set; }
property String^ Storage {
String^ get();
void set(String^ value);
}
abstract Storage : string with get, set
Property Storage As String
Property Value
Type: System.String
The name of the DLL or file that contains the test.
See Also
ITmiTestImplementation Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top