Indicates whether trace logging is currently enabled for all configured subsystems.
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; } |
C++ |
---|
property Nullable<bool> TraceLoggingEnabled abstract { Nullable<bool> get(); void set(Nullable<bool> value); } |
J# |
---|
/** property */ public Nullable<bool> get_TraceLoggingEnabled(); /** property */ public void set_TraceLoggingEnabled(Nullable<bool> value); |
JScript |
---|
public function get TraceLoggingEnabled() : Nullable<bool> public function set TraceLoggingEnabled(value : Nullable<bool>); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
Datatype: BOOLEAN
IsHidden: false
IsOrderable: false
IsSearchable: false
IsValueRequired: true
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
PropertyDefaultBoolean: false
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ