TestManagementService.DataCollectors Property

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Gets a helper object that has methods to create, query, register, unregister, and update the diagnostic data adapters on the team foundation server.

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

Syntax

'Declaration
Public ReadOnly Property DataCollectors As IDataCollectorHelper
public IDataCollectorHelper DataCollectors { get; }
public:
virtual property IDataCollectorHelper^ DataCollectors {
    IDataCollectorHelper^ get () sealed;
}
abstract DataCollectors : IDataCollectorHelper with get 
override DataCollectors : IDataCollectorHelper with get
final function get DataCollectors () : IDataCollectorHelper

Property Value

Type: Microsoft.TeamFoundation.TestManagement.Client.IDataCollectorHelper
A diagnostic data adapter helper object.

Implements

ITestManagementService.DataCollectors

.NET Framework Security

See Also

Reference

TestManagementService Class

Microsoft.TeamFoundation.TestManagement.Client Namespace

IDataCollectorHelper