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)
Syntax
'Declaration
<GroupingPropertyAttribute> _
<UserVisiblePropertyAttribute("{9E5B8AAB-0EC6-439e-9DAA-5F291ADE7848}")> _
Public Property Storage As String
[GroupingPropertyAttribute]
[UserVisiblePropertyAttribute("{9E5B8AAB-0EC6-439e-9DAA-5F291ADE7848}")]
public string Storage { get; set; }
[GroupingPropertyAttribute]
[UserVisiblePropertyAttribute(L"{9E5B8AAB-0EC6-439e-9DAA-5F291ADE7848}")]
public:
property String^ Storage {
String^ get ();
void set (String^ value);
}
[<GroupingPropertyAttribute>]
[<UserVisiblePropertyAttribute("{9E5B8AAB-0EC6-439e-9DAA-5F291ADE7848}")>]
member Storage : string with get, set
function get Storage () : String
function set Storage (value : String)
Property Value
Type: String
The relative path of a folder where all files that are associated with the test are stored on the server.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.