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

See Also