PropertyDef EnumerationDef Collection

Meta Data Services Programming

Meta Data Services Programming

PropertyDef EnumerationDef Collection

An EnumerationDef collection specifies which EnumerationDef objects use the property.

Syntax

Set variable  =  object.EnumerationDef(index)

The EnumerationDef collection syntax has the following parts.

Part Description
variable A variable declared as a ReposProperty object. It receives the specified property.
object An object expression that evaluates to PropertyDef object.
index An integer index that identifies which object in the collection is to be addressed. The valid range is from one to the total number of elements in the collection. The number of elements in the collection is specified by object.Count. For more information, see Selecting Items in a Collection.

See Also

PropertyDef Object

EnumerationDef Object