Specifies the dynamic threshold value for content query optimization.

For more information, see CBR Query Optimization.

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

ToggleSyntax

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

ToggleSee Also