Proprietà IDataCollectorInformation.RequiresOutOfProcessCollection

Ottiene o imposta un valore che indica se per l'agente di raccolta è necessaria un insieme out-of-process.

Spazio dei nomi:  Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

Sintassi

'Dichiarazione
Property RequiresOutOfProcessCollection As Boolean
    Get
    Set
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)

Valore proprietà

Tipo: System.Boolean
true se l'insieme richiede un insieme out-of-process; in caso contrario, false.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IDataCollectorInformation Interfaccia

Spazio dei nomi Microsoft.TeamFoundation.TestManagement.Client