Name
| Required/optional
| Data type
| Description
|
---|---|---|---|
Name
| Optional
| Variant
| A String that uniquely names the new Property object. See the Name property for details on valid Property names.
|
Type
| Optional
| Variant
| A constant that defines the data type of the new Property object. See the Type property for valid data types.
|
Value
| Optional
| Variant
| A Variant containing the initial property value. See the Value property for details.
|
DDL
| Optional
| Variant
| A Variant (Boolean subtype) that indicates whether or not the Property is a DDL object. The default is False. If DDL is True, users can't change or delete this Property object unless they have dbSecWriteDef permission.
|
Note
If you omit the DDL argument, it defaults to False (non-DDL). Because no corresponding DDL property is exposed, you must delete and re-create a Property object that you want to change from DDL to non-DDL.
|