RepositoryObjectVersion Properties Collection

Meta Data Services Programming

Meta Data Services Programming

RepositoryObjectVersion Properties Collection

The Properties collection contains all of the persistent properties on all of the interfaces that are attached to the repository object version.

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

Syntax

Set variable  = object.Properties(index)

The Properties collection syntax has the following parts.

Part Description
variable A variable declared as a ReposProperty object. It receives the specified property.
object An object expression that evaluates to a RepositoryObjectVersion object.
index An integer index or a property name that identifies which property in the collection is to be addressed.

For an index, the valid range is from one to the total number of elements in the collection. The number of elements in the collection is specified by object.Properties.Count.

For property names, unique-naming constraints may apply.

For more information, see Selecting Items in a Collection.

See Also

IRepositoryObject2 Interface

Naming and Unique-Naming Collections

RepositoryObjectVersion Object

Relationship Object