Share via


TestElement.Storage Property

Gets or sets the path of the storage location of the deployment items for this element.

Namespace:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

Syntax

'Declaration
<UserVisiblePropertyAttribute("{FCCF87D7-C683-47d8-8DCB-81C4472F32F3}")> _
<PropertyWindowAttribute> _
<GroupingPropertyAttribute> _
Public Overridable Property Storage As String
[UserVisiblePropertyAttribute("{FCCF87D7-C683-47d8-8DCB-81C4472F32F3}")]
[PropertyWindowAttribute]
[GroupingPropertyAttribute]
public virtual string Storage { get; set; }
[UserVisiblePropertyAttribute(L"{FCCF87D7-C683-47d8-8DCB-81C4472F32F3}")]
[PropertyWindowAttribute]
[GroupingPropertyAttribute]
public:
virtual property String^ Storage {
    String^ get ();
    void set (String^ value);
}
[<UserVisiblePropertyAttribute("{FCCF87D7-C683-47d8-8DCB-81C4472F32F3}")>]
[<PropertyWindowAttribute>]
[<GroupingPropertyAttribute>]
abstract Storage : string with get, set
[<UserVisiblePropertyAttribute("{FCCF87D7-C683-47d8-8DCB-81C4472F32F3}")>]
[<PropertyWindowAttribute>]
[<GroupingPropertyAttribute>]
override Storage : string with get, set
function get Storage () : String
function set Storage (value : String)

Property Value

Type: System.String
The path of the storage location of the deployment items for this element.

Implements

ITestElement.Storage

.NET Framework Security

See Also

Reference

TestElement Class

Microsoft.VisualStudio.TestTools.Common Namespace