The names of all Verity brokers associated with the Verity administration server specified in VerityMasterAdminServerHostname. This is the list of brokers returned from Verity.


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

Syntax

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

Remarks

See Also