Searches the collection for a specified property value. Uses an alias to identify the property.
| Visual Basic |
|---|
Public Function SearchForPropertyByAlias( _ ByVal Vault As Vault, _ ByVal PropertyDefAlias As String, _ ByVal ReturnNULLIfNotFound As Boolean _ ) As PropertyValue |