PropertyTest.Connector Property
Gets a MsoConnector constant that represents the connector between two similar property test values. The default value is msoConnectorAnd. Read-only.
Syntax
expression.Connector
expression A variable that represents a PropertyTest object.
Remarks
A connector specifies whether two similar search criteria will be combined to form one property test (as with msoConnectorAnd) or treated independently (as with msoConnectorOr).
Example
This example displays a message that describes how the search criteria will be evaluated in a file search.
| Visual Basic for Applications |
|---|
|