Deprecated

Identifies the object stores to search. This setting will be overriden by the object store specified for the SearchScope instance.

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

ToggleSyntax

Visual Basic (Declaration)
Property SearchingObjectStores As String
C#
string SearchingObjectStores { get; set; }
Visual C++
property String^ SearchingObjectStores {
	String^ get ();
	void set (String^ value);
}
JavaScript
function get_searchingObjectStores();
function set_searchingObjectStores(value);

ToggleRemarks

ToggleSee Also