Specifies the symbolic name of the Content Engine root class (for example, "Document") to which the class described by this external class description corresponds. This property can be null if no corresponding root class exists.


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

Syntax

Visual Basic (Declaration)
ReadOnly Property ClassFamily As String
C#
string ClassFamily { get; }
C++
property string ClassFamily abstract  {
    String get();
}
J#
/** property */
public string get_ClassFamily();
JScript
public function get ClassFamily() : String

Remarks

See Also