This property is not supported.

Specifies the maximum number of workers to be employed for text indexing preprocessing.

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

ToggleSyntax

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

ToggleRemarks

ToggleSee Also