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)
Visual Basic (Declaration) |
---|
<ObsoleteAttribute("As of release 5.2.0.")> _
ReadOnly Property VeritySearchServers As IStringList |
C# |
---|
[ObsoleteAttribute("As of release 5.2.0.")]
IStringList VeritySearchServers { get; } |
Visual C++ |
---|
[ObsoleteAttribute(L"As of release 5.2.0.")]
property IStringList^ VeritySearchServers {
IStringList^ get ();
} |
JavaScript |
---|
function get_veritySearchServers();
|