Share via


Link.Name Property

Gets the name of the link.

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

Property Value

Type: System.String
The name of the link.

.NET Framework Security

See Also

Reference

Link Class

Microsoft.VisualStudio.TestTools.Common Namespace