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.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
public bool CopyAllSuites { get; set; }
public:
property bool CopyAllSuites {
bool get();
void set(bool value);
}
member CopyAllSuites : bool with get, set
Public Property CopyAllSuites As Boolean
Property Value
Type: System.Boolean
See Also
CloneOptions Class
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top