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