The maximum number of objects a Verity Collection can contain. Do not set this lower than the default unless testing collection overflow.


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

Syntax

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

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

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

Remarks

See Also