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)
Property VerityIndexServers As IStringList
C#
IStringList VerityIndexServers { get; set; }
C++
property IStringList VerityIndexServers abstract  {
    IStringList get();
    void set(IStringList value);
}
J#
/** property */
public IStringList get_VerityIndexServers();

/** property */
public void set_VerityIndexServers(IStringList value);
JScript
public function get VerityIndexServers() : IStringList

public function set VerityIndexServers(value : IStringList);

Remarks

See Also