Logical operators used to combine search elements.
Available in Mac OS X v10.2 and later.
| C# | Visual Basic | Visual C++ |
public enum ABSearchConjunction
Public Enumeration ABSearchConjunction
public enum class ABSearchConjunction
| Member | Description |
|---|---|
| kABSearchAnd | Join the search elements together with the AND operand. Available in Mac OS X v10.2 and later. |
| kABSearchOr | Join the search elements together with the OR operand. Available in Mac OS X v10.2 and later. |
- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)