Freigeben über


Link.Name-Eigenschaft

Ruft den Namen des Links ab.

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

Syntax

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

Eigenschaftswert

Typ: String
Der Name des Links.

.NET Framework-Sicherheit

Siehe auch

Referenz

Link Klasse

Microsoft.VisualStudio.TestTools.Common-Namespace