Workspace Type Property

Meta Data Services Programming

Meta Data Services Programming

Workspace Type Property

This property specifies the type of the workspace. More specifically, it is the object identifier of the workspace definition object of the type information model. Type is a read-only property. To copy this property to another variable, use a variable declared as a Variant.

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.Type

The Type property syntax has the following part.

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

An object in an information model is identified by its object identifier. The value of an ObjectID property is used as the value of the Type property for all repository objects that conform to that object definition.

See Also

Object Identifiers and Internal Identifiers

RepositoryObject Object

RepositoryObjectVersion Object

Workspace Object