TestElement.Storage Property

Definition

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

public:
 virtual property System::String ^ Storage { System::String ^ get(); void set(System::String ^ value); };
[Microsoft.VisualStudio.TestTools.Common.GroupingProperty]
[Microsoft.VisualStudio.TestTools.Common.LocalizedDescription(typeof(Microsoft.VisualStudio.TestTools.Resources.UIResources), "TestElement_Storage_PropertyDescription")]
[Microsoft.VisualStudio.TestTools.Common.PropertyWindow]
[Microsoft.VisualStudio.TestTools.Common.TestCaseManagementDisplayName(typeof(Microsoft.VisualStudio.TestTools.Resources.UIResources), "TestElement_Storage")]
[Microsoft.VisualStudio.TestTools.Common.UserVisibleProperty("{FCCF87D7-C683-47d8-8DCB-81C4472F32F3}")]
[System.ComponentModel.ReadOnly(true)]
public virtual string Storage { get; set; }
[<Microsoft.VisualStudio.TestTools.Common.GroupingProperty>]
[<Microsoft.VisualStudio.TestTools.Common.LocalizedDescription(typeof(Microsoft.VisualStudio.TestTools.Resources.UIResources), "TestElement_Storage_PropertyDescription")>]
[<Microsoft.VisualStudio.TestTools.Common.PropertyWindow>]
[<Microsoft.VisualStudio.TestTools.Common.TestCaseManagementDisplayName(typeof(Microsoft.VisualStudio.TestTools.Resources.UIResources), "TestElement_Storage")>]
[<Microsoft.VisualStudio.TestTools.Common.UserVisibleProperty("{FCCF87D7-C683-47d8-8DCB-81C4472F32F3}")>]
[<System.ComponentModel.ReadOnly(true)>]
member this.Storage : string with get, set
Public Overridable Property Storage As String

Property Value

The path of the storage location of the deployment items for this element.

Implements

Attributes

Applies to