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)
Property ClassIdentity As String
C#
string ClassIdentity { get; set; }
C++
property string ClassIdentity abstract  {
    String get();
    void set(String value);
}
J#
/** property */
public string get_ClassIdentity();

/** property */
public void set_ClassIdentity(string value);
JScript
public function get ClassIdentity() : String

public function set ClassIdentity(value : String);

Remarks

See Also