Share via


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

See Also

Reference

DataCollectorSupportsTailoredApplicationsAttribute Class

Microsoft.VisualStudio.TestTools.Execution Namespace