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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.