The number of servers from the listing in the VerityIndexArea.VeritySearchServers property that will be attached to a newly created collection. The servers chosen will be those with the fewest collections already attached to them.

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

ToggleSyntax

Visual Basic (Declaration)
Property SearchServersToAttach As Nullable(Of Integer)
C#
Nullable<int> SearchServersToAttach { get; set; }
Visual C++
property Nullable<int> SearchServersToAttach {
	Nullable<int> get ();
	void set (Nullable<int> value);
}
JavaScript
function get_searchServersToAttach();
function set_searchServersToAttach(value);

ToggleRemarks

ToggleSee Also