The set of VerityCollection objects associated with this index area. Each Verity collection is a member of only one index area.

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

ToggleSyntax

Visual Basic (Declaration)
<ObsoleteAttribute("As of release 5.2.0.")> _
Property VerityCollections As IVerityCollectionList
C#
[ObsoleteAttribute("As of release 5.2.0.")]
IVerityCollectionList VerityCollections { get; set; }
Visual C++
[ObsoleteAttribute(L"As of release 5.2.0.")]
property IVerityCollectionList^ VerityCollections {
	IVerityCollectionList^ get ();
	void set (IVerityCollectionList^ value);
}
JavaScript
function get_verityCollections();
function set_verityCollections(value);

ToggleRemarks

ToggleSee Also