Share via


InstrumentationConfigurationSection.PerformanceCountersEnabled Property

Retired Content

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

Gets and sets the value of PerformanceCountersEnabled

Namespace:  Microsoft.Practices.EnterpriseLibrary.Common.Instrumentation.Configuration
Assembly:  Microsoft.Practices.EnterpriseLibrary.Common (in Microsoft.Practices.EnterpriseLibrary.Common.dll)

Syntax

'Declaration
<ConfigurationPropertyAttribute("performanceCountersEnabled", IsRequired := False,  _
    DefaultValue := False)> _
PublicPropertyPerformanceCountersEnabledAs Boolean
[ConfigurationPropertyAttribute("performanceCountersEnabled", IsRequired = false, 
    DefaultValue = false)]
public bool PerformanceCountersEnabled { get; set; }
[ConfigurationPropertyAttribute(L"performanceCountersEnabled", IsRequired = false, 
    DefaultValue = false)]
public:
property bool PerformanceCountersEnabled {
    bool get ();
    voidset (bool value);
}
publicfunction getPerformanceCountersEnabled () : boolean
publicfunction setPerformanceCountersEnabled (value : boolean)

See Also

InstrumentationConfigurationSection Class

Microsoft.Practices.EnterpriseLibrary.Common.Instrumentation.Configuration Namespace

Retired Content

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.