Compartir a través de


IDataCollectorInformation.RequiresOutOfProcessCollection (Propiedad)

Obtiene o establece un valor que indica si el recopilador de datos requiere la colección fuera de proceso.

Espacio de nombres:  Microsoft.TeamFoundation.TestManagement.Client
Ensamblado:  Microsoft.TeamFoundation.TestManagement.Client (en Microsoft.TeamFoundation.TestManagement.Client.dll)

Sintaxis

'Declaración
Property RequiresOutOfProcessCollection As Boolean
bool RequiresOutOfProcessCollection { get; set; }
property bool RequiresOutOfProcessCollection {
    bool get ();
    void set (bool value);
}
abstract RequiresOutOfProcessCollection : bool with get, set
function get RequiresOutOfProcessCollection () : boolean 
function set RequiresOutOfProcessCollection (value : boolean)

Valor de propiedad

Tipo: Boolean
true si el recopilador requiere una recopilación fuera de proceso; de lo contrario, false.

Seguridad de .NET Framework

Vea también

Referencia

IDataCollectorInformation Interfaz

Microsoft.TeamFoundation.TestManagement.Client (Espacio de nombres)