Freigeben über


TestRunConfiguration.IsRemoteDataCollectionEnabled-Eigenschaft

Ruft einen booleschen Wert ab, der angibt, ob Datensammler aktiviert sind.

Namespace:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

Syntax

'Declaration
Public ReadOnly Property IsRemoteDataCollectionEnabled As Boolean
    Get
public bool IsRemoteDataCollectionEnabled { get; }
public:
property bool IsRemoteDataCollectionEnabled {
    bool get ();
}
member IsRemoteDataCollectionEnabled : bool
function get IsRemoteDataCollectionEnabled () : boolean

Eigenschaftswert

Typ: System.Boolean
true, wenn die Datensammler aktiviert sind. Andernfalls false.

.NET Framework-Sicherheit

Siehe auch

Referenz

TestRunConfiguration Klasse

Microsoft.VisualStudio.TestTools.Common-Namespace