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.
If we need to clone requirements for Requirement Based suite, default to false
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
'Declaration
Public Property CloneRequirements As Boolean
public bool CloneRequirements { get; set; }
public:
property bool CloneRequirements {
bool get ();
void set (bool value);
}
member CloneRequirements : bool with get, set
function get CloneRequirements () : boolean
function set CloneRequirements (value : boolean)
Property Value
Type: Boolean
.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.