MsoConnector Enum
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the connector between two similar property test values.
C++
public enum class MsoConnector
public enum MsoConnector
type MsoConnector =
Public Enum MsoConnector
- Inheritance
-
MsoConnector
Name | Value | Description |
---|---|---|
msoConnectorAnd | 1 | Combine property test values to form one property test. |
msoConnectorOr | 2 | Treat property test values as separate criteria. |
Used with the Connector property of the PropertyTest object.
Product | Versions |
---|---|
Office primary interop assembly | Latest |