Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the enabled-by-default state.
Namespace: Microsoft.VisualStudio.TestTools.Execution
Assembly: Microsoft.VisualStudio.QualityTools.ExecutionCommon (in Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)
Syntax
'Declaration
Public Property IsEnabledByDefault As Boolean
public bool IsEnabledByDefault { get; private set; }
public:
property bool IsEnabledByDefault {
bool get ();
private: void set (bool value);
}
member IsEnabledByDefault : bool with get, private set
function get IsEnabledByDefault () : boolean
private function set IsEnabledByDefault (value : boolean)
Property Value
Type: System.Boolean
A bool value that indicates whether the diagnostic data adapter is enabled by default.
.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.
See Also
Reference
DataCollectorEnabledByDefaultAttribute Class
Microsoft.VisualStudio.TestTools.Execution Namespace
DataCollectorEnabledByDefaultAttribute