Use Item to retrieve a Repository property from the collection. This is a read-only property. There are three variations of this property.
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; receives the specified Repository property. | 
| 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. |