Specifies the allowed values for the property.
Supported platforms: Windows only
Signature
VBA:
object.AllowedValues
- object
-
Type: DynamicBlockReferenceProperty
The object this property applies to.
Property Value
Read-only: Yes
Type: Variant
Set of property values.
Remarks
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.
Examples
VBA:
Not available
Visual LISP:
Not available