Specifies a ReplicationParticipantsList collection of ReplicationParticipant objects, each of which represents an external repository or object store participant in this replication group.

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

ToggleSyntax

Visual Basic (Declaration)
Property ReplicationParticipants As IReplicationParticipantList
C#
IReplicationParticipantList ReplicationParticipants { get; set; }
Visual C++
property IReplicationParticipantList^ ReplicationParticipants {
	IReplicationParticipantList^ get ();
	void set (IReplicationParticipantList^ value);
}
JavaScript
function get_replicationParticipants();
function set_replicationParticipants(value);

ToggleRemarks

Metadata

AllowsDefaultChange: false
Cardinality: LIST
CopyToReservation: false
DataType: OBJECT
DeletionAction: NONE
IsHidden: false
IsOrderable: false
IsSearchable: false
IsValueRequired: true
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
ReflectiveProperty: null
RequiredClass: ReplicationParticipant
RequiresUniqueElements: true
Settability: READ_WRITE
TargetAccessRequired: READ

ToggleSee Also