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.Admin
Assembly:  FileNet.Api (in FileNet.Api.dll)

ToggleSyntax

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

ToggleRemarks

ToggleSee Also