Specifies the names of the options for which tracing is enabled.
Namespace:
FileNet.Api.Admin
Assembly:
FileNet.Api (in FileNet.Api.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Property TraceOptionsEnabled As IStringList |
| C# |
|---|
IStringList TraceOptionsEnabled { get; set; } |
| Visual C++ |
|---|
property IStringList^ TraceOptionsEnabled { IStringList^ get (); void set (IStringList^ value); } |
| JavaScript |
|---|
function get_traceOptionsEnabled(); function set_traceOptionsEnabled(value); |