Compartir a través de


IDataCollectorInformation.IsEnabledOnCollectionOnlyAgents (Propiedad)

Obtiene o establece un valor que indica si el recopilador de datos está habilitado en agentes de solo recopilación.

Espacio de nombres:  Microsoft.TeamFoundation.TestManagement.Client
Ensamblado:  Microsoft.TeamFoundation.TestManagement.Client (en Microsoft.TeamFoundation.TestManagement.Client.dll)

Sintaxis

'Declaración
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 propiedad

Tipo: System.Boolean
true si el recopilador de datos está habilitado en agentes de solo recopilación; de lo contrario, false.

Seguridad de .NET Framework

Vea también

Referencia

IDataCollectorInformation Interfaz

Microsoft.TeamFoundation.TestManagement.Client (Espacio de nombres)