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)

Syntax

Visual Basic (Declaration)
Property SecurityTraceFlags As Nullable(Of Integer)
C#
Nullable<int> SecurityTraceFlags { get; set; }
C++
property Nullable<int> SecurityTraceFlags abstract  {
    Nullable<int> get();
    void set(Nullable<intvalue);
}
J#
/** property */
public Nullable<int> get_SecurityTraceFlags();

/** property */
public void set_SecurityTraceFlags(Nullable<intvalue);
JScript
public function get SecurityTraceFlags() : Nullable<int>

public function set SecurityTraceFlags(value : Nullable<int>);

Remarks

See Also