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)

ToggleSyntax

Visual Basic (Declaration)
ReadOnly Property PropertyIdentity As String
C#
string PropertyIdentity { get; }
Visual C++
property String^ PropertyIdentity {
	String^ get ();
}
JavaScript
function get_propertyIdentity();

ToggleRemarks

ToggleSee Also