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

Syntax

Visual Basic (Declaration)
Property TargetObjectStore As IObjectStore
C#
IObjectStore TargetObjectStore { get; set; }
C++
property IObjectStore TargetObjectStore abstract  {
    IObjectStore get();
    void set(IObjectStore value);
}
J#
/** property */
public IObjectStore get_TargetObjectStore();

/** property */
public void set_TargetObjectStore(IObjectStore value);
JScript
public function get TargetObjectStore() : IObjectStore

public function set TargetObjectStore(value : IObjectStore);

Remarks

See Also