TestRunConfiguration.Storage Property
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
[VisiblePropertyAttribute]
[GroupingPropertyAttribute]
public string Storage { get; set; }
[VisiblePropertyAttribute]
[GroupingPropertyAttribute]
public:
property String^ Storage {
String^ get ();
void set (String^ value);
}
[<VisiblePropertyAttribute>]
[<GroupingPropertyAttribute>]
member Storage : string with get, set
function get Storage () : String
function set Storage (value : String)
Property Value
Type: String
.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.