Specifies that the query returns the result count of the query, up to the count limit provided.
For more information, see
Query Options.
Namespace:
FileNet.Api.Query
Assembly:
FileNet.Api (in FileNet.Api.dll)
Visual Basic (Declaration) |
---|
Public Property CountLimit As Nullable(Of Integer) |
C# |
---|
public Nullable<int> CountLimit { get; set; } |
Visual C++ |
---|
public:
property Nullable<int> CountLimit {
Nullable<int> get ();
void set (Nullable<int> value);
} |
JavaScript |
---|
function get_countLimit();
function set_countLimit(value); |