[This is preliminary documentation and is subject to change.]
Turns instrumentation on/off
Namespace: NFX.ServiceModelAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public abstract bool InstrumentationEnabled { get; set; }
public abstract bool InstrumentationEnabled { get; set; }
Public MustOverride Property InstrumentationEnabled As Boolean
Get
Set
Public MustOverride Property InstrumentationEnabled As Boolean
Get
Set
public:
virtual property bool InstrumentationEnabled {
bool get () abstract;
void set (bool value) abstract;
}
public:
virtual property bool InstrumentationEnabled {
bool get () abstract;
void set (bool value) abstract;
}
abstract InstrumentationEnabled : bool with get, set
abstract InstrumentationEnabled : bool with get, set
Property Value
Type:
BooleanImplements
IInstrumentable InstrumentationEnabled