Share via


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

See Also

Reference

TestRunConfiguration Class

Microsoft.VisualStudio.TestTools.Common Namespace