IDataCollectorInformation.IsEnabledByDefault Property
Gets or sets a value that indicates whether the data collector is enabled by default.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
bool IsEnabledByDefault { get; set; }
property bool IsEnabledByDefault {
bool get();
void set(bool value);
}
abstract IsEnabledByDefault : bool with get, set
Property IsEnabledByDefault As Boolean
Property Value
Type: System.Boolean
true if the data collector is enabled by default; otherwise, false.
See Also
IDataCollectorInformation Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top