This property is not supported.


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

Syntax

Visual Basic (Declaration)
Property PartnerObjectStore As IObjectStore
C#
IObjectStore PartnerObjectStore { get; set; }
C++
property IObjectStore PartnerObjectStore abstract  {
    IObjectStore get();
    void set(IObjectStore value);
}
J#
/** property */
public IObjectStore get_PartnerObjectStore();

/** property */
public void set_PartnerObjectStore(IObjectStore value);
JScript
public function get PartnerObjectStore() : IObjectStore

public function set PartnerObjectStore(value : IObjectStore);

Remarks

See Also