Specifies the query time limit for the client-to-server RPC in seconds.

For more information, see Query Options.

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

ToggleSyntax

Visual Basic (Declaration)
Public Property TimeLimit As Nullable(Of Integer)
C#
public Nullable<int> TimeLimit { get; set; }
Visual C++
public:
property Nullable<int> TimeLimit {
	Nullable<int> get ();
	void set (Nullable<int> value);
}
JavaScript
function get_timeLimit();
function set_timeLimit(value);

ToggleSee Also