Compartilhar via


IDataCollectorInformation.IsEnabledOnCollectionOnlyAgents Propriedade

 

Obtém ou define um valor que indica se o coletor de dados está ativado em agentes de coleção.

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

Sintaxe

bool IsEnabledOnCollectionOnlyAgents { get; set; }
property bool IsEnabledOnCollectionOnlyAgents {
    bool get();
    void set(bool value);
}
abstract IsEnabledOnCollectionOnlyAgents : bool with get, set
Property IsEnabledOnCollectionOnlyAgents As Boolean

Valor de propriedade

Type: System.Boolean

trueSe o coletor de dados estiver habilitado em agentes somente coleção; Caso contrário, false.

Consulte também

Interface IDataCollectorInformation
Namespace Microsoft.TeamFoundation.TestManagement.Client

Retornar ao topo