A ReplicationGroup object representing the replication group to which this replicable object belongs.

For ReplicationJournalEntry objects only, this property represents the replication group to which the source object of the replication operation generating this journal entry belongs.

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

ToggleSyntax

Visual Basic (Declaration)
ReadOnly Property ReplicationGroup As IReplicationGroup
C#
IReplicationGroup ReplicationGroup { get; }
Visual C++
property IReplicationGroup^ ReplicationGroup {
	IReplicationGroup^ get ();
}
JavaScript
function get_replicationGroup();

ToggleRemarks

ToggleSee Also