DataCollectorSupportsTailoredApplicationsAttribute.IsEnabledByDefault Property
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: Boolean
Returns Boolean.
.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.