Specifies an ExternalIdentityList collection of the ExternalIdentity objects representing the identities of replicas of this object in external repositories.


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

Syntax

Visual Basic (Declaration)
Property ExternalReplicaIdentities As IExternalIdentityList
C#
IExternalIdentityList ExternalReplicaIdentities { get; set; }
C++
property IExternalIdentityList ExternalReplicaIdentities abstract  {
    IExternalIdentityList get();
    void set(IExternalIdentityList value);
}
J#
/** property */
public IExternalIdentityList get_ExternalReplicaIdentities();

/** property */
public void set_ExternalReplicaIdentities(IExternalIdentityList value);
JScript
public function get ExternalReplicaIdentities() : IExternalIdentityList

public function set ExternalReplicaIdentities(value : IExternalIdentityList);

Remarks

See Also