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

ToggleSyntax

Visual Basic (Declaration)
Property MaxObjectsPerIndex As Nullable(Of Double)
C#
Nullable<double> MaxObjectsPerIndex { get; set; }
Visual C++
property Nullable<double> MaxObjectsPerIndex {
	Nullable<double> get ();
	void set (Nullable<double> value);
}
JavaScript
function get_maxObjectsPerIndex();
function set_maxObjectsPerIndex(value);

ToggleSee Also