The value of the Repository property. If you do not know the type of the property, use a Variant variable to receive this property value.
object.Value
object.Value = newValue
The Value property syntax has the following parts.
| Part | Description |
| object | An object expression that evaluates to a ReposProperty object. |
| newValue | An expression that evaluates to a value of the appropriate type for the Repository property. |