[This is preliminary documentation and is subject to change.]
Namespace: NFX.DataAccess.MongoDB.ConnectorAssembly: NFX.MongoDB (in NFX.MongoDB.dll) Version: 3.0.0.1 (3.0.0.1)
[ConfigAttribute]
public bool InstrumentationEnabled { get; set; }
[ConfigAttribute]
public bool InstrumentationEnabled { get; set; }
<ConfigAttribute>
Public Property InstrumentationEnabled As Boolean
Get
Set
<ConfigAttribute>
Public Property InstrumentationEnabled As Boolean
Get
Set
public:
[ConfigAttribute]
virtual property bool InstrumentationEnabled {
bool get () sealed;
void set (bool value) sealed;
}
public:
[ConfigAttribute]
virtual property bool InstrumentationEnabled {
bool get () sealed;
void set (bool value) sealed;
}
[<ConfigAttribute>]
abstract InstrumentationEnabled : bool with get, set
[<ConfigAttribute>]
override InstrumentationEnabled : bool with get, set
[<ConfigAttribute>]
abstract InstrumentationEnabled : bool with get, set
[<ConfigAttribute>]
override InstrumentationEnabled : bool with get, set
Property Value
Type:
BooleanImplements
IInstrumentable InstrumentationEnabled