Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
<VisiblePropertyAttribute> _
<GroupingPropertyAttribute> _
Public Property Storage As String
'Usage
Dim instance As TestRunConfiguration
Dim value As String
value = instance.Storage
instance.Storage = value
[VisiblePropertyAttribute]
[GroupingPropertyAttribute]
public string Storage { get; set; }
[VisiblePropertyAttribute]
[GroupingPropertyAttribute]
public:
property String^ Storage {
String^ get ();
void set (String^ value);
}
public function get Storage () : String
public 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.