The name assigned to the Verity collection.

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

ToggleSyntax

Visual Basic (Declaration)
Property CollectionName As String
C#
string CollectionName { get; set; }
Visual C++
property String^ CollectionName {
	String^ get ();
	void set (String^ value);
}
JavaScript
function get_collectionName();
function set_collectionName(value);

ToggleRemarks

ToggleSee Also