Specifies an ExternalIdentityList collection of the read-only ExternalIdentity objects that represent the identities of replicas of this object in external repositories.

Namespace:  FileNet.Api.Admin
Assembly:  FileNet.Api (in FileNet.Api.dll)

ToggleSyntax

Visual Basic (Declaration)
Property ExternalReplicaIdentities As IExternalIdentityList
C#
IExternalIdentityList ExternalReplicaIdentities { get; set; }
Visual C++
property IExternalIdentityList^ ExternalReplicaIdentities {
	IExternalIdentityList^ get ();
	void set (IExternalIdentityList^ value);
}
JavaScript
function get_externalReplicaIdentities();
function set_externalReplicaIdentities(value);

ToggleRemarks

ToggleSee Also