The Properties collection contains all of the persistent properties that are attached to the Repository object via the IRepositoryObject interface.
Set variable = object.Properties( index )
The Properties collection syntax has the following parts.
Part | Description |
variable | A variable declared as a ReposProperty object. Receives the specified property. |
object | An object expression that evaluates to a RepositoryObjectVersion object. |
index | An integer index that identifies which property in the collection is to be addressed. The valid range is from one to the number of elements in the collection. The number of elements in the collection is specified by object.Properties.Count. |