Freigeben über


IDataCollectorInformation.RequiresOutOfProcessCollection-Eigenschaft

Ruft einen Wert ab, der angibt, ob der Datensammler prozessexterne Auflistungen erfordert, oder legt diesen fest.

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

Syntax

'Declaration
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)

Eigenschaftswert

Typ: Boolean
true , wenn die Auflistung eine prozessexterne Auflistung erfordert, andernfalls false.

.NET Framework-Sicherheit

Siehe auch

Referenz

IDataCollectorInformation Schnittstelle

Microsoft.TeamFoundation.TestManagement.Client-Namespace