ODSOFilter.Conjunction Property
Returns or sets a MsoFilterConjunction constant that represents how a filter criterion relates to other filter criteria in the ODSOFilters object.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
Property Conjunction As MsoFilterConjunction
Get
Set
'Usage
Dim instance As ODSOFilter
Dim value As MsoFilterConjunction
value = instance.Conjunction
instance.Conjunction = value
MsoFilterConjunction Conjunction { get; set; }
Property Value
Type: Microsoft.Office.Core.MsoFilterConjunction