Description
The value to be assumed by attribute instances of this McDBAttributeType that do not have an explicit value assigned.
-
Property type
-
A Variant value.
-
Syntax
-
object.DefaultValue [= value]
The DefaultValue Property syntax has these parts: |
| object | An expression evaluating to an object of type McDBAttributeType. | | value | A Variant value. | Remarks
McDBAttributeType objects of any Type except mcdbNodeAtb may be associated with a default value for attributes not explicitly set on a particular McDBNode instance.
Exceptions
Notes
An existing default value is cleared by assigning an empty variant to this property.
|