Specifies the identity of the external property described by this external property description or for which this external property alias defines a mapping.

For ExternalPropertyDescription objects only, this string is immutable and is unique within the external class to which the external property description belongs.


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

Syntax

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

Remarks

See Also