Indicates whether trace logging is currently enabled relative to this object instance.
Namespace:
FileNet.Api.Admin
Assembly:
FileNet.Api (in FileNet.Api.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Property TraceLoggingEnabled As Nullable(Of Boolean) |
| C# |
|---|
Nullable<bool> TraceLoggingEnabled { get; set; } |
| Visual C++ |
|---|
property Nullable<bool> TraceLoggingEnabled { Nullable<bool> get (); void set (Nullable<bool> value); } |
| JavaScript |
|---|
function get_traceLoggingEnabled(); function set_traceLoggingEnabled(value); |