Specifies the trace flags applied to the classes in the Security 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 SecurityTraceFlags As Nullable(Of Integer)
C#
Nullable<int> SecurityTraceFlags { get; set; }
Visual C++
property Nullable<int> SecurityTraceFlags {
	Nullable<int> get ();
	void set (Nullable<int> value);
}
JavaScript
function get_securityTraceFlags();
function set_securityTraceFlags(value);

ToggleRemarks

ToggleSee Also