Specifies the trace flags applied to the classes in the EJB subsystem. This value can be one or a combination (ANDed) of the fields in the TraceFlag class.

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

ToggleSyntax

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

ToggleRemarks

ToggleSee Also