The destination repository for the source object of the replication operation that generates this journal entry.

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

ToggleSyntax

Visual Basic (Declaration)
ReadOnly Property DestinationRepository As IRepository
C#
IRepository DestinationRepository { get; }
Visual C++
property IRepository^ DestinationRepository {
	IRepository^ get ();
}
JavaScript
function get_destinationRepository();

ToggleRemarks

ToggleSee Also