Share via


AtomicContextExpression Interface

Represents non-aggregate (leaf) nodes of a context expression tree.

Namespace:  Microsoft.SharePoint.Search.Extended.Administration.Keywords
Assembly:  Microsoft.SharePoint.Search.Extended.Administration (in Microsoft.SharePoint.Search.Extended.Administration.dll)

Syntax

'Declaration
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
Public Interface AtomicContextExpression _
    Inherits ContextExpression, Describable, Identifiable
'Usage
Dim instance As AtomicContextExpression
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
public interface AtomicContextExpression : ContextExpression, 
    Describable, Identifiable

See Also

Reference

AtomicContextExpression Members

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