Use Type to retrieve the object identifier for the interface definition of the interface to which these properties are attached. This object identifier is referred to as the type of the interface. This is a read-only property.
Set variable = object.Type
The Type property syntax has these parts:
Part | Description |
variable | A Variant. Receives the object identifier for the interface definition. |
object | The repository property collection. |