Поделиться через


ModelingPerformanceCounters.Enabled Property

Gets or sets whether modeling performance counters are enabled.

Namespace:  Microsoft.VisualStudio.Modeling.Diagnostics
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.10.0.dll)

Syntax

'Декларация
Public Shared Property Enabled As Boolean
    Get
    Set
public static bool Enabled { get; set; }
public:
static property bool Enabled {
    bool get ();
    void set (bool value);
}
static member Enabled : bool with get, set
static function get Enabled () : boolean
static function set Enabled (value : boolean)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

ModelingPerformanceCounters Class

Microsoft.VisualStudio.Modeling.Diagnostics Namespace