CloneOperationInformation.ClonedSharedStepCount Property
Number of shared steps cloned to this point.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
public int ClonedSharedStepCount { get; set; }
public:
property int ClonedSharedStepCount {
int get();
void set(int value);
}
member ClonedSharedStepCount : int with get, set
Public Property ClonedSharedStepCount As Integer
Property Value
Type: System.Int32
Returns Int32.
Remarks
When a test case is cloned, any shared step referenced by the test case is also cloned.
See Also
CloneOperationInformation Class
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top