Share via


CloneOptions.CopyAllSuites Property

Namespace:  Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

Syntax

'Declaration
Public Property CopyAllSuites As Boolean
public bool CopyAllSuites { get; set; }
public:
property bool CopyAllSuites {
    bool get ();
    void set (bool value);
}
member CopyAllSuites : bool with get, set
function get CopyAllSuites () : boolean 
function set CopyAllSuites (value : boolean)

Property Value

Type: Boolean

.NET Framework Security

See Also

Reference

CloneOptions Class

Microsoft.TeamFoundation.TestManagement.Client Namespace