Trace flags corresponding to the Error subsystem. This value consists of a combination of TraceFlag constants.

Namespace:  FileNet.Api.Admin
Assembly:  FileNet.Api (in FileNet.Api.dll)

ToggleSyntax

Visual Basic (Declaration)
Property ErrorTraceFlags As Nullable(Of Integer)
C#
Nullable<int> ErrorTraceFlags { get; set; }
Visual C++
property Nullable<int> ErrorTraceFlags {
	Nullable<int> get ();
	void set (Nullable<int> value);
}
JavaScript
function get_errorTraceFlags();
function set_errorTraceFlags(value);

ToggleRemarks

ToggleSee Also