Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- 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.