Compartilhar via


CloneOptions.CopyAllSuites Propriedade

 

Publicado: abril de 2016

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

Sintaxe

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

Valor de propriedade

Type: System.Boolean

Consulte também

Classe CloneOptions
Namespace Microsoft.TeamFoundation.TestManagement.Client

Retornar ao topo