Workspace InternalID Property

Meta Data Services Programming

Meta Data Services Programming

Workspace InternalID Property

This property is the internal identifier that the repository engine uses to refer to this workspace. Each workspace has an internal identifier that is unique within the repository, but not unique across repositories. To copy this property to another variable, use a variable declared as a Variant. This is a read-only property.

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

Syntax

object.InternalID

The InternalID property syntax has the following part.

Part Description
object An object expression that evaluates to a Workspace object

See Also

Object Identifiers and Internal Identifiers

RepositoryObject ObjectID Property

RepositoryObjectVersion Object

Workspace Object