Represents the collection of IObjectStore objects associated with a given FileNet P8 domain or a database connection.

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

ToggleSyntax

Visual Basic (Declaration)
ReadOnly Property ObjectStores As IObjectStoreSet
C#
IObjectStoreSet ObjectStores { get; }
Visual C++
property IObjectStoreSet^ ObjectStores {
	IObjectStoreSet^ get ();
}
JavaScript
function get_objectStores();

ToggleRemarks

ToggleSee Also