The names of all Verity (search) servers associated with the Verity administration server specified in the VerityMasterAdminServerHostname property. This list of index servers is returned by Verity.


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

Syntax

Visual Basic (Declaration)
ReadOnly Property VeritySearchServers As IStringList
C#
IStringList VeritySearchServers { get; }
C++
property IStringList VeritySearchServers abstract  {
    IStringList get();
}
J#
/** property */
public IStringList get_VeritySearchServers();
JScript
public function get VeritySearchServers() : IStringList

Remarks

See Also