Compartilhar via


Propriedade TestRunConfiguration.IsRemoteDataCollectionEnabled

Obtém um valor booleano que indica se os coletores de dados são habilitados.

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

Sintaxe

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

Valor de propriedade

Tipo: System.Boolean
true Se os coletores de dados estiver habilitados; Caso contrário, false.

Segurança do .NET Framework

Consulte também

Referência

TestRunConfiguration Classe

Namespace Microsoft.VisualStudio.TestTools.Common