TestElement.Link Property

Gets a link to this test element.

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

Syntax

'Declaration
Public ReadOnly Property Link As Link
public Link Link { get; }
public:
virtual property Link^ Link {
    Link^ get () sealed;
}
abstract Link : Link
override Link : Link
final function get Link () : Link

Property Value

Type: Microsoft.VisualStudio.TestTools.Common.Link
A link to this test element.

Implements

ITestElement.Link

.NET Framework Security

See Also

Reference

TestElement Class

Microsoft.VisualStudio.TestTools.Common Namespace