Returns the persistent ID (GUID) that identifies the given object store.


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

Syntax

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

Remarks

See Also