RepositoryObjectVersion ObjectID Property

Meta Data Services Programming

Meta Data Services Programming

RepositoryObjectVersion ObjectID Property

This property is the object identifier for the repository object version. The object identifier is unique across all repositories. To copy this property to another variable, use a variable declared as a Variant. This property is read-only.

This property is not attached to the default interface for the repository Automation object; it is attached to the IRepositoryObject interface. For more information about accessing a member of an interface that is not the default interface, see Accessing Automation Object Members.

Syntax

object.ObjectID

The ObjectID property syntax has the following part.

Part Description
object An object expression that evaluates to a RepositoryObject object
Remarks

This property yields the object identifier, not the object-version identifier.

See Also

Assigning Object Identifiers

IRepositoryObject Interface

Object Identifiers and Internal Identifiers

RepositoryObjectVersion Object

RepositoryObject Object

RepositoryObjectVersion InternalID Property