Properties.Delete method (DAO)
Applies to: Access 2013, Office 2013
Deletes the specified Property object from the Properties collection.
Syntax
expression .Delete(Name)
expression A variable that represents a Properties object.
Parameters
Name |
Required/optional |
Data type |
Description |
---|---|---|---|
Name |
Required |
String |
The name of the property to delete. |