Share via


ITestElement.Link Property

Definition

Gets a link that can be used to access this test element.

public:
 property Microsoft::VisualStudio::TestTools::Common::Link ^ Link { Microsoft::VisualStudio::TestTools::Common::Link ^ get(); };
public Microsoft.VisualStudio.TestTools.Common.Link Link { get; }
member this.Link : Microsoft.VisualStudio.TestTools.Common.Link
Public ReadOnly Property Link As Link

Property Value

A link that can be used to access this test element.

Applies to