AggregateContextExpression.AddOrExpression Method
Adds an OR-expression to the aggregate node.
Namespace: Microsoft.SharePoint.Search.Extended.Administration.Keywords
Assembly: Microsoft.SharePoint.Search.Extended.Administration (in Microsoft.SharePoint.Search.Extended.Administration.dll)
Syntax
'Declaration
Function AddOrExpression As AggregateContextExpression
'Usage
Dim instance As AggregateContextExpression
Dim returnValue As AggregateContextExpression
returnValue = instance.AddOrExpression()
AggregateContextExpression AddOrExpression()
Return Value
Type: Microsoft.SharePoint.Search.Extended.Administration.Keywords.AggregateContextExpression
A AggregateContextExpression representing the added OR-node.
See Also
Reference
AggregateContextExpression Interface
AggregateContextExpression Members
Microsoft.SharePoint.Search.Extended.Administration.Keywords Namespace