Share via


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

'Declaration
Public Property ClonedSharedStepCount As Integer
public int ClonedSharedStepCount { get; set; }
public:
property int ClonedSharedStepCount {
    int get ();
    void set (int value);
}
member ClonedSharedStepCount : int with get, set
function get ClonedSharedStepCount () : int 
function set ClonedSharedStepCount (value : int)

Property Value

Type: Int32
Returns Int32.

Remarks

When a test case is cloned, any shared step referenced by the test case is also cloned.

.NET Framework Security

See Also

Reference

CloneOperationInformation Class

Microsoft.TeamFoundation.TestManagement.Client Namespace