Specifies the query time limit for the client-to-server RPC in seconds.
Namespace:
FileNet.Api.QueryFor more information, see Query Options.
Assembly: FileNet.Api (in FileNet.Api.dll)
Syntax
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); |