Link.Storage Property

Gets the relative path of the object on the server.

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

Syntax

'Declaration
<VisiblePropertyAttribute> _
Public ReadOnly Property Storage As String
[VisiblePropertyAttribute]
public string Storage { get; }
[VisiblePropertyAttribute]
public:
property String^ Storage {
    String^ get ();
}
[<VisiblePropertyAttribute>]
member Storage : string
function get Storage () : String

Property Value

Type: System.String
The relative path of the object on the server.

.NET Framework Security

See Also

Reference

Link Class

Microsoft.VisualStudio.TestTools.Common Namespace