Specifies one of the following:
  • The identity of the external class described by this external class description.
  • The identity of the external class for which this external class alias defines a mapping.
  • The identity of the external class to which this mapped property belongs.

For ExternalClassDescription objects only, this string is immutable and is unique within the repository in which the external class description belongs.


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

Syntax

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

Remarks

See Also