Share via


AggregateContextExpression.AddNotExpression Method

Adds an NOT-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 AddNotExpression As AggregateContextExpression
'Usage
Dim instance As AggregateContextExpression
Dim returnValue As AggregateContextExpression

returnValue = instance.AddNotExpression()
AggregateContextExpression AddNotExpression()

Return Value

Type: Microsoft.SharePoint.Search.Extended.Administration.Keywords.AggregateContextExpression
A AggregateContextExpression representing the added NOT-node.

Remarks

Only a single context expression node can be added to a NOT-expression.

See Also

Reference

AggregateContextExpression Interface

AggregateContextExpression Members

Microsoft.SharePoint.Search.Extended.Administration.Keywords Namespace