The names of all Verity index 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 VerityIndexServers As IStringList
C#
IStringList VerityIndexServers { get; }
C++
property IStringList VerityIndexServers abstract  {
    IStringList get();
}
J#
/** property */
public IStringList get_VerityIndexServers();
JScript
public function get VerityIndexServers() : IStringList

Remarks

See Also