The name assigned to the Verity collection.


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

Syntax

Visual Basic (Declaration)
Property CollectionName As String
C#
string CollectionName { get; set; }
C++
property string CollectionName abstract  {
    String get();
    void set(String value);
}
J#
/** property */
public string get_CollectionName();

/** property */
public void set_CollectionName(string value);
JScript
public function get CollectionName() : String

public function set CollectionName(value : String);

Remarks

See Also