TestImpactLink.Target Property
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Gets or sets the identifier for the affected target object.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
'Declaration
Public Property Target As TestImpactNodeIdentifier
public TestImpactNodeIdentifier Target { get; set; }
public:
property TestImpactNodeIdentifier Target {
TestImpactNodeIdentifier get ();
void set (TestImpactNodeIdentifier value);
}
member Target : TestImpactNodeIdentifier with get, set
function get Target () : TestImpactNodeIdentifier
function set Target (value : TestImpactNodeIdentifier)
Property Value
Type: Microsoft.TeamFoundation.TestManagement.Client.TestImpactNodeIdentifier
The identifier for the affected target object.
.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.