Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Gets or sets a list of links. The last element of this list is linked to a test case.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
'Declaration
Public Property Elements As TestImpactLink()
public TestImpactLink[] Elements { get; set; }
public:
property array<TestImpactLink>^ Elements {
array<TestImpactLink>^ get ();
void set (array<TestImpactLink>^ value);
}
member Elements : TestImpactLink[] with get, set
function get Elements () : TestImpactLink[]
function set Elements (value : TestImpactLink[])
Property Value
Type: array<Microsoft.TeamFoundation.TestManagement.Client.TestImpactLink[]
A list of links.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.