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

/** property */
public void set_PropertyIdentity(string value);
JScript
public function get PropertyIdentity() : String

public function set PropertyIdentity(value : String);

Remarks

See Also