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 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
<GroupingPropertyAttribute> _
<UserVisiblePropertyAttribute("{FCCF87D7-C683-47d8-8DCB-81C4472F32F3}")> _
<PropertyWindowAttribute> _
Public Overridable Property Storage As String
'Usage
Dim instance As TestElement
Dim value As String
value = instance.Storage
instance.Storage = value
[GroupingPropertyAttribute]
[UserVisiblePropertyAttribute("{FCCF87D7-C683-47d8-8DCB-81C4472F32F3}")]
[PropertyWindowAttribute]
public virtual string Storage { get; set; }
[GroupingPropertyAttribute]
[UserVisiblePropertyAttribute(L"{FCCF87D7-C683-47d8-8DCB-81C4472F32F3}")]
[PropertyWindowAttribute]
public:
virtual 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 path of the storage ___location of the deployment items for this element.
Implements
.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.