Indicates whether any select list properties in the search template are to be excluded at runtime.
Enter a bool value of false or null if no
select list properties in the search template are to be excluded at runtime; true if
one or more select list properties are to be excluded at runtime.
Namespace:
FileNet.Api.Query
Assembly:
FileNet.Api (in FileNet.Api.dll)
Visual Basic (Declaration) |
---|
Public Property ExcludeFromQuery As Boolean |
C# |
---|
public bool ExcludeFromQuery { get; set; } |
Visual C++ |
---|
public:
property bool ExcludeFromQuery {
bool get ();
void set (bool value);
} |
JavaScript |
---|
function get_excludeFromQuery();
function set_excludeFromQuery(value); |