ITestManagementService.DataCollectors Property

 

Gets a helper object that has methods to create, query, register, unregister, and update the data collectors on the Team Foundation Server.

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

Syntax

IDataCollectorHelper DataCollectors { get; }
property IDataCollectorHelper^ DataCollectors {
    IDataCollectorHelper^ get();
}
abstract DataCollectors : IDataCollectorHelper with get
ReadOnly Property DataCollectors As IDataCollectorHelper

Property Value

Type: Microsoft.TeamFoundation.TestManagement.Client.IDataCollectorHelper

A data collector helper object.

See Also

IDataCollectorHelper
ITestManagementService Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top