PropertyTest.Connector Property
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.
Returns the connector between two similar property test values.
public:
property Microsoft::Office::Core::MsoConnector Connector { Microsoft::Office::Core::MsoConnector get(); };
public Microsoft.Office.Core.MsoConnector Connector { get; }
member this.Connector : Microsoft.Office.Core.MsoConnector
Public ReadOnly Property Connector As MsoConnector
Property Value
Remarks
The default return value is msoConnectorAnd.
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).