MsoConnector Enum
Definition
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.
public enum class MsoConnector
public enum MsoConnector
type MsoConnector =
Public Enum MsoConnector
- Inheritance
-
MsoConnector
Fields
Name | Value | Description |
---|---|---|
msoConnectorAnd | 1 | Combine property test values to form one property test. |
msoConnectorOr | 2 | Treat property test values as separate criteria. |
Remarks
Used with the Connector property of the PropertyTest object.