MsoConnector Enumeration

Specifies the connector between two similar property test values.

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
Public Enumeration MsoConnector
'Usage
Dim instance As MsoConnector
public enum MsoConnector

Members

Member name Description
msoConnectorAnd Combine property test values to form one property test.
msoConnectorOr Treat property test values as separate criteria.

Remarks

Used with the Connector property of the PropertyTest object.

See Also

Reference

Microsoft.Office.Core Namespace