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
<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
.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.