The object store that is partnered with the external repository associated with this external participant. This object store controls all the replication interactions of the external repository with which it is partnered.

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

ToggleSyntax

Visual Basic (Declaration)
Property PartnerObjectStore As IObjectStore
C#
IObjectStore PartnerObjectStore { get; set; }
Visual C++
property IObjectStore^ PartnerObjectStore {
	IObjectStore^ get ();
	void set (IObjectStore^ value);
}
JavaScript
function get_partnerObjectStore();
function set_partnerObjectStore(value);

ToggleRemarks

ToggleSee Also