CloneOperationInformation.ClonedRequirementsCount Property
Number of requirements cloned so far
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
'Declaration
Public Property ClonedRequirementsCount As Integer
public int ClonedRequirementsCount { get; set; }
public:
property int ClonedRequirementsCount {
int get ();
void set (int value);
}
member ClonedRequirementsCount : int with get, set
function get ClonedRequirementsCount () : int
function set ClonedRequirementsCount (value : int)
Property Value
Type: Int32
.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.