[This is preliminary documentation and is subject to change.]
Shortcut to SelfInstrumented, implements IInstrumentable
Namespace: NFX.InstrumentationAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
[ConfigAttribute(Default = false)]
[ExternalParameterAttribute]
public override bool InstrumentationEnabled { get; set; }
[ConfigAttribute(Default = false)]
[ExternalParameterAttribute]
public override bool InstrumentationEnabled { get; set; }
<ConfigAttribute(Default := false)>
<ExternalParameterAttribute>
Public Overrides Property InstrumentationEnabled As Boolean
Get
Set
<ConfigAttribute(Default := false)>
<ExternalParameterAttribute>
Public Overrides Property InstrumentationEnabled As Boolean
Get
Set
public:
[ConfigAttribute(Default = false)]
[ExternalParameterAttribute]
virtual property bool InstrumentationEnabled {
bool get () override;
void set (bool value) override;
}
public:
[ConfigAttribute(Default = false)]
[ExternalParameterAttribute]
virtual property bool InstrumentationEnabled {
bool get () override;
void set (bool value) override;
}
[<ConfigAttribute(Default = false)>]
[<ExternalParameterAttribute>]
abstract InstrumentationEnabled : bool with get, set
[<ConfigAttribute(Default = false)>]
[<ExternalParameterAttribute>]
override InstrumentationEnabled : bool with get, set
[<ConfigAttribute(Default = false)>]
[<ExternalParameterAttribute>]
abstract InstrumentationEnabled : bool with get, set
[<ConfigAttribute(Default = false)>]
[<ExternalParameterAttribute>]
override InstrumentationEnabled : bool with get, set
Property Value
Type:
BooleanImplements
IInstrumentable InstrumentationEnabledIInstrumentable InstrumentationEnabled