Freigeben über


Link.Storage-Eigenschaft

Ruft den relativen Pfad zu dem Objekt auf dem Server ab.

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 with get
function get Storage () : String

Eigenschaftswert

Typ: String
Der relative Pfad des Objekts auf dem Server.

.NET Framework-Sicherheit

Siehe auch

Referenz

Link Klasse

Microsoft.VisualStudio.TestTools.Common-Namespace