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

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

ToggleSyntax

Visual Basic (Declaration)
ReadOnly Property ObjectStoreId As Id
C#
Id ObjectStoreId { get; }
Visual C++
property Id^ ObjectStoreId {
	Id^ get ();
}
JavaScript
function get_objectStoreId();

ToggleRemarks

ToggleSee Also