[Missing <summary> documentation for "P:Couchbase.Core.Diagnostics.CommonLogStore.Enabled"]
Namespace: Couchbase.Core.DiagnosticsAssembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic bool Enabled { get; }
public bool Enabled { get; }
Public ReadOnly Property Enabled As Boolean
Get
Public ReadOnly Property Enabled As Boolean
Get
public:
virtual property bool Enabled {
bool get () sealed;
}
public:
virtual property bool Enabled {
bool get () sealed;
}
abstract Enabled : bool with get
override Enabled : bool with get
abstract Enabled : bool with get
override Enabled : bool with get
Property Value
Type:
BooleanImplements
ITimingStore.Enabled
See Also