Specifies the allowed values for the property.
Supported platforms: Windows only
VBA:
object.AllowedValues
Type: DynamicBlockReferenceProperty
The object this property applies to.
Read-only: Yes
Type: Variant
Set of property values.
Not all dynamic block properties have a restricted set of property values. Some properties are unrestricted, some specify a minimum or maximum value (or both), and some have a list of allowed values. This property supports only allowed property values that are defined by a list; minimum, maximum, and unrestricted property types are not supported.
VBA:
Not available
Visual LISP:
Not available