Specifies the object store to which documents from this IBM® Content Manager OnDemand (CMOD) application group are federated or to which instances of this external class description can be replicated.


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

Syntax

Visual Basic (Declaration)
ReadOnly Property TargetObjectStore As IObjectStore
C#
IObjectStore TargetObjectStore { get; }
C++
property IObjectStore TargetObjectStore abstract  {
    IObjectStore get();
}
J#
/** property */
public IObjectStore get_TargetObjectStore();
JScript
public function get TargetObjectStore() : IObjectStore

Remarks

See Also