RepositoryObjectVersion VersionInternalID Property

Meta Data Services Programming

Meta Data Services Programming

RepositoryObjectVersion VersionInternalID Property

This property is the internal object-version identifier that the repository engine uses to refer to this object. The internal object-version identifier is unique within the repository instance, but not unique across all repositories. To copy this property to another variable, use a variable declared as a Variant. This property is read-only.

Syntax

object.VersionInternalID

The VersionInternalID property syntax has the following part.

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

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

See Also

Object Identifiers and Internal Identifiers

RepositoryObjectVersion Object

RepositoryObjectVersion ObjectID Property