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)

ToggleSyntax

Visual Basic (Declaration)
Property TargetObjectStore As IObjectStore
C#
IObjectStore TargetObjectStore { get; set; }
Visual C++
property IObjectStore^ TargetObjectStore {
	IObjectStore^ get ();
	void set (IObjectStore^ value);
}
JavaScript
function get_targetObjectStore();
function set_targetObjectStore(value);

ToggleRemarks

ToggleSee Also