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.
Assembly: FileNet.Api (in FileNet.Api.dll)
Syntax
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); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
DataType: OBJECT
DeletionAction: NONE
IsHidden: false
IsOrderable: false
IsSearchable: false
IsValueRequired: false
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
ReflectiveProperty: null
RequiredClass: DocSpace
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ