Freigeben über


DataCollectorSupportsTailoredApplicationsAttribute.IsEnabledByDefault-Eigenschaft

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)

Eigenschaftswert

Typ: System.Boolean
Gibt Boolean zurück.

.NET Framework-Sicherheit

Siehe auch

Referenz

DataCollectorSupportsTailoredApplicationsAttribute Klasse

Microsoft.VisualStudio.TestTools.Execution-Namespace