[This is preliminary documentation and is subject to change.]
Namespace: NFX.TimeAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
[ConfigAttribute]
[ExternalParameterAttribute(new string[] { ... })]
public override bool InstrumentationEnabled { get; set; }
[ConfigAttribute]
[ExternalParameterAttribute(new string[] { ... })]
public override bool InstrumentationEnabled { get; set; }
<ConfigAttribute>
<ExternalParameterAttribute(New String() { ... })>
Public Overrides Property InstrumentationEnabled As Boolean
Get
Set
<ConfigAttribute>
<ExternalParameterAttribute(New String() { ... })>
Public Overrides Property InstrumentationEnabled As Boolean
Get
Set
public:
[ConfigAttribute]
[ExternalParameterAttribute(__gc new array<String^>^ { ... })]
virtual property bool InstrumentationEnabled {
bool get () override;
void set (bool value) override;
}
public:
[ConfigAttribute]
[ExternalParameterAttribute(__gc new array<String^>^ { ... })]
virtual property bool InstrumentationEnabled {
bool get () override;
void set (bool value) override;
}
[<ConfigAttribute>]
[<ExternalParameterAttribute(new string[] { ... })>]
abstract InstrumentationEnabled : bool with get, set
[<ConfigAttribute>]
[<ExternalParameterAttribute(new string[] { ... })>]
override InstrumentationEnabled : bool with get, set
[<ConfigAttribute>]
[<ExternalParameterAttribute(new string[] { ... })>]
abstract InstrumentationEnabled : bool with get, set
[<ConfigAttribute>]
[<ExternalParameterAttribute(new string[] { ... })>]
override InstrumentationEnabled : bool with get, set
Property Value
Type:
BooleanImplements
IInstrumentable InstrumentationEnabledIInstrumentable InstrumentationEnabled