An object representing the object store in which the object resides.
Namespace: FileNet.Api.Replication
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Property ObjectStore As IObjectStore |
C# |
---|
IObjectStore ObjectStore { get; set; } |
C++ |
---|
property IObjectStore ObjectStore abstract { IObjectStore get(); void set(IObjectStore value); } |
J# |
---|
/** property */ public IObjectStore get_ObjectStore(); /** property */ public void set_ObjectStore(IObjectStore value); |
JScript |
---|
public function get ObjectStore() : IObjectStore public function set ObjectStore(value : IObjectStore); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
Datatype: OBJECT
DeletionAction: NONE
IsHidden: false
IsOrderable: false
IsSearchable: false
IsValueRequired: true
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
ReflectiveProperty: null
RequiredClass: DocSpace
RequiresUniqueElements: false
Settability: SETTABLE_ONLY_ON_CREATE
TargetAccessRequired: READ