Meta Data Services Programming
ReposProperty Value Property
This property is the value of the repository property. You use a Variant variable to receive this property value.
Syntax
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 |