GetImpactedTests.ImpactedTests Property

Namespace:  Microsoft.TeamFoundation.TestImpact.BuildIntegration.BuildActivities
Assembly:  Microsoft.TeamFoundation.TestImpact.BuildIntegration (in Microsoft.TeamFoundation.TestImpact.BuildIntegration.dll)

Syntax

'Declaration
<BrowsableAttribute(True)> _
Public Property ImpactedTests As OutArgument(Of TestList)
[BrowsableAttribute(true)]
public OutArgument<TestList> ImpactedTests { get; set; }
[BrowsableAttribute(true)]
public:
property OutArgument<TestList^>^ ImpactedTests {
    OutArgument<TestList^>^ get ();
    void set (OutArgument<TestList^>^ value);
}
[<BrowsableAttribute(true)>]
member ImpactedTests : OutArgument<TestList> with get, set
function get ImpactedTests () : OutArgument<TestList>
function set ImpactedTests (value : OutArgument<TestList>)

Property Value

Type: System.Activities.OutArgument<TestList>
Returns OutArgument<T>.

.NET Framework Security

See Also

Reference

GetImpactedTests Class

Microsoft.TeamFoundation.TestImpact.BuildIntegration.BuildActivities Namespace