The default size in rows of a query page in a result set.


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

Syntax

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

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

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

Remarks

See Also