Identifies the index job for which index requests were generated.

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

ToggleSyntax

Visual Basic (Declaration)
ReadOnly Property IndexJob As IIndexJob
C#
IIndexJob IndexJob { get; }
Visual C++
property IIndexJob^ IndexJob {
	IIndexJob^ get ();
}
JavaScript
function get_indexJob();

ToggleRemarks

ToggleSee Also