TestRunConfiguration.Storage Property
Gets or sets the file name where the run configuration is stored.
Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'Declaration
<GroupingPropertyAttribute> _
<VisiblePropertyAttribute> _
Public Property Storage As String
[GroupingPropertyAttribute]
[VisiblePropertyAttribute]
public string Storage { get; set; }
[GroupingPropertyAttribute]
[VisiblePropertyAttribute]
public:
property String^ Storage {
String^ get ();
void set (String^ value);
}
[<GroupingPropertyAttribute>]
[<VisiblePropertyAttribute>]
member Storage : string with get, set
function get Storage () : String
function set Storage (value : String)
Property Value
Type: System.String
The run configuration file name.
.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.