Returns the index of the specified property value in the collection, or -1 if the specified property value does not exist in the collection. Uses an alias to identify the property.
Visual Basic |
---|
Public Function IndexOfByAlias( _ ByVal Vault As Vault, _ ByVal PropertyDefAlias As String _ ) As Long |