Compartilhar via


IDataCollectorInformation.RequiresOutOfProcessCollection Propriedade

 

Obtém ou define um valor que indica se o coletor de dados requer a coleção de out-of-process.

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

Sintaxe

bool RequiresOutOfProcessCollection { get; set; }
property bool RequiresOutOfProcessCollection {
    bool get();
    void set(bool value);
}
abstract RequiresOutOfProcessCollection : bool with get, set
Property RequiresOutOfProcessCollection As Boolean

Valor de propriedade

Type: System.Boolean

trueSe a coleção requer uma coleção out-of-process. Caso contrário, false.

Consulte também

Interface IDataCollectorInformation
Namespace Microsoft.TeamFoundation.TestManagement.Client

Retornar ao topo