Property Members (DAO)
Office 2013 and later
Last modified: March 09, 2015
Applies to: Access 2013 | Office 2013
A Property object represents a built-in or user-defined characteristic of a DAO object.
|
Name |
Description |
|---|---|
|
Returns a value that indicates whether a Property object is inherited from an underlying object. |
|
|
Returns or sets the name of the specified object. Read/write String if the object has not been appended to a collection. Read-only String if the object has been appended to a collection. |
|
|
Returns the Properties collection of the specified object. Read-only. |
|
|
Sets or returns a value that indicates the operational type or data type of an object. Read/write Integer. |
|
|
Sets or returns the value of an object. Read/write Variant. |
Show: