Description
The discrete [long] choices which may be assumed by attribute instances of this McDBAttributeType.
-
Property type
-
A Variant value.
-
Syntax
-
object.EnumValues
The EnumValues Property syntax has these parts: Remarks
McDBAttributeType instances with a Type of mcdbEnum are associated with a discrete set of string and long value pairs (i.e. two arrays, one of strings the other of longs). There must be an equal number of strings and longs, giving each string an associated/corresponding long value. If this McDBAttributeType is not of Type mcdbEnum, this property may not be assigned and will return an Empty variant.
Exceptions
|