Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

TestResultMessage::Storage Property

 

Gets or sets the relative path of a folder where all files that are associated with the test are stored on the server.

Namespace:   Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

public:
[ReadOnlyAttribute(true)]
[GroupingPropertyAttribute]
[UserVisiblePropertyAttribute("{9E5B8AAB-0EC6-439e-9DAA-5F291ADE7848}")]
property String^ Storage {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The relative path of a folder where all files that are associated with the test are stored on the server.

Return to top
Show: