Meta Data Services Programming
RepositoryObject InternalID Property
This property is the internal identifier that the repository engine uses to refer to this object. The internal identifier is unique within the repository, but is not unique across repositories. This is a read-only property. To copy this property to another variable, use a variable declared as a Variant.
Syntax
object.InternalID
The InternalID property syntax has the following part.
Part | Description |
---|---|
object | An object expression that evaluates to a RepositoryObject |