Partilhar via


Propriedade CloneOptions.CopyAllSuites

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

Sintaxe

'Declaração
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)

Valor de propriedade

Tipo: Boolean

Segurança do .NET Framework

Consulte também

Referência

CloneOptions Classe

Namespace Microsoft.TeamFoundation.TestManagement.Client