Share via


IDataCollectorInformation.IsEnabledOnCollectionOnlyAgents Property

 

Gets or sets a value that indicates whether the data collector is enabled on collection-only agents.

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

Syntax

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

Property Value

Type: System.Boolean

true if the data collector is enabled on collection-only agents; otherwise, false.

See Also

IDataCollectorInformation Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top