The name of the Verity broker to use for the current VirtualServer instance. If unspecified, a broker of the name <server_name>_Broker is used.


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

Syntax

Visual Basic (Declaration)
Property VerityBrokerNames As IStringList
C#
IStringList VerityBrokerNames { get; set; }
C++
property IStringList VerityBrokerNames abstract  {
    IStringList get();
    void set(IStringList value);
}
J#
/** property */
public IStringList get_VerityBrokerNames();

/** property */
public void set_VerityBrokerNames(IStringList value);
JScript
public function get VerityBrokerNames() : IStringList

public function set VerityBrokerNames(value : IStringList);

Remarks

See Also