TestResultMessage.Storage Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the relative path of a folder where all files that are associated with the test are stored on the server.
public:
property System::String ^ Storage { System::String ^ get(); void set(System::String ^ value); };
[Microsoft.VisualStudio.TestTools.Common.GroupingProperty]
[Microsoft.VisualStudio.TestTools.Common.TestCaseManagementDisplayName(typeof(Microsoft.VisualStudio.TestTools.Resources.UIResources), "TestResultMessage_Storage")]
[Microsoft.VisualStudio.TestTools.Common.UserVisibleProperty("{9E5B8AAB-0EC6-439e-9DAA-5F291ADE7848}")]
[System.ComponentModel.ReadOnly(true)]
public string Storage { get; set; }
[<Microsoft.VisualStudio.TestTools.Common.GroupingProperty>]
[<Microsoft.VisualStudio.TestTools.Common.TestCaseManagementDisplayName(typeof(Microsoft.VisualStudio.TestTools.Resources.UIResources), "TestResultMessage_Storage")>]
[<Microsoft.VisualStudio.TestTools.Common.UserVisibleProperty("{9E5B8AAB-0EC6-439e-9DAA-5F291ADE7848}")>]
[<System.ComponentModel.ReadOnly(true)>]
member this.Storage : string with get, set
Public Property Storage As String
Property Value
The relative path of a folder where all files that are associated with the test are stored on the server.
- Attributes