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

'Declaration
Property IsEnabledOnCollectionOnlyAgents As Boolean
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)

Property Value

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

.NET Framework Security

See Also

Reference

IDataCollectorInformation Interface

Microsoft.TeamFoundation.TestManagement.Client Namespace