ReposProperties Item Property

Meta Data Services Programming

Meta Data Services Programming

ReposProperties Item Property

This property is used to retrieve a specific repository property from a Properties collection. This is a read-only property. There are three variations of this property.

Syntax

Set variable  =  object.Item(index)
Set
variable  =  object.Item(objName)
Set
variable  =  object.Item(objId)

The Item property syntax has the following parts.

Part Description
variable An object expression that evaluates to a ReposProperty object.
object The repository property collection.
index The index of the repository property to be retrieved from the collection.
objName The name associated with the repository property to be retrieved from the collection.
ObjId The object identifier of the property definition object for this property.

See Also

ReposProperties Object