| Name | Type | Optional | ByRef | Description |
|---|---|---|---|---|
| propertyName | String | The case-sensitive Property Name to locate, e.g., "contactDetails" or the path of a property, e.g., "contactDetails.notes". | ||
| defaultValue | Boolean | Optional | The value to return if the property was not found. If omitted, a value of False is assumed. | |
| found | Boolean | Optional | ByRef | Indicates whether the Property was found. If omitted, a value of False is assumed. |
A Boolean value.