TestAggregation.Links Property

Definition

Gets an array of the test links in this aggregation.

public:
 property cli::array <Microsoft::VisualStudio::TestTools::Common::Link ^> ^ Links { cli::array <Microsoft::VisualStudio::TestTools::Common::Link ^> ^ get(); };
public Microsoft.VisualStudio.TestTools.Common.Link[] Links { get; }
member this.Links : Microsoft.VisualStudio.TestTools.Common.Link[]
Public ReadOnly Property Links As Link()

Property Value

Link[]

An array of the test links in this aggregation.

Implements

Applies to