Edit

Share via


PropertyTest.Connector Property

Definition

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

Applies to