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)

ToggleSyntax

Visual Basic (Declaration)
Property ClassIdentity As String
C#
string ClassIdentity { get; set; }
Visual C++
property String^ ClassIdentity {
	String^ get ();
	void set (String^ value);
}
JavaScript
function get_classIdentity();
function set_classIdentity(value);

ToggleRemarks

ToggleSee Also