For IObjectStoreParticipant, the object store of this object store participant of a replication group.

For IIsolatedRegion, the object store associated with the isolated region. If you set this property, the server automatically sets the DatabaseConnection and DatabaseSchemaName properties to the same values as the object store's properties of the same name, even if DatabaseConnection and DatabaseSchemaName were previously set to different values. Once set, this property cannot be modified.

If the isolated region is used by IBM Case Manager, you must set the ObjectStore property.

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

ToggleSyntax

Visual Basic (Declaration)
Property ObjectStore As IObjectStore
C#
IObjectStore ObjectStore { get; set; }
Visual C++
property IObjectStore^ ObjectStore {
	IObjectStore^ get ();
	void set (IObjectStore^ value);
}
JavaScript
function get_objectStore();
function set_objectStore(value);

ToggleRemarks

ToggleSee Also