Returns the collection of ObjectStore objects associated with a given FileNet P8 domain.


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

Syntax

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

Remarks

See Also