Partager via


PropertyTest.Connector Property

Returns the connector between two similar property test values.

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

Syntax

'Declaration
ReadOnly Property Connector As MsoConnector
    Get
'Usage
Dim instance As PropertyTest
Dim value As MsoConnector

value = instance.Connector
MsoConnector Connector { get; }

Property Value

Type: Microsoft.Office.Core.MsoConnector

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).

See Also

Reference

PropertyTest Interface

PropertyTest Members

Microsoft.Office.Core Namespace