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
'Declaration
Property IsEnabledByDefault As Boolean
bool IsEnabledByDefault { get; set; }
property bool IsEnabledByDefault {
bool get ();
void set (bool value);
}
abstract IsEnabledByDefault : bool with get, set
function get IsEnabledByDefault () : boolean
function set IsEnabledByDefault (value : boolean)
Property Value
Type: Boolean
true if the data collector is enabled by default; 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.