Compartilhar via


Propriedade IDataCollectorInformation.IsEnabledOnCollectionOnlyAgents

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

'Declaração
Property IsEnabledOnCollectionOnlyAgents As Boolean
    Get
    Set
bool IsEnabledOnCollectionOnlyAgents { get; set; }
property bool IsEnabledOnCollectionOnlyAgents {
    bool get ();
    void set (bool value);
}
abstract IsEnabledOnCollectionOnlyAgents : bool with get, set
function get IsEnabledOnCollectionOnlyAgents () : boolean
function set IsEnabledOnCollectionOnlyAgents (value : boolean)

Valor de propriedade

Tipo: System.Boolean
true Se o coletor de dados estiver habilitado em agentes somente coleção; Caso contrário, false.

Segurança do .NET Framework

Consulte também

Referência

IDataCollectorInformation Interface

Namespace Microsoft.TeamFoundation.TestManagement.Client