Configures trace filtering based on the type of thread from which the logging is being generated.
Namespace:
FileNet.Api.Admin
Assembly:
FileNet.Api (in FileNet.Api.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Property ThreadSubsystemsEnabled As IStringList |
| C# |
|---|
IStringList ThreadSubsystemsEnabled { get; set; } |
| Visual C++ |
|---|
property IStringList^ ThreadSubsystemsEnabled { IStringList^ get (); void set (IStringList^ value); } |
| JavaScript |
|---|
function get_threadSubsystemsEnabled(); function set_threadSubsystemsEnabled(value); |