ITestPlan.CopyPropertiesFrom Method (ITestPlan)

 

Namespace:   Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

Syntax

void CopyPropertiesFrom(
    ITestPlan testPlan
)
void CopyPropertiesFrom(
    ITestPlan^ testPlan
)
abstract CopyPropertiesFrom : 
        testPlan:ITestPlan -> unit
Sub CopyPropertiesFrom (
    testPlan As ITestPlan
)

Parameters

See Also

ITestPlan Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top