Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Enumeration values for the various expression types of a context expression.
Namespace: Microsoft.SharePoint.Search.Extended.Administration.Keywords
Assembly: Microsoft.SharePoint.Search.Extended.Administration (in Microsoft.SharePoint.Search.Extended.Administration.dll)
Syntax
'Declaration
<DataContractAttribute(Namespace := "http://Microsoft.SharePoint.Search.Extended.Administration")> _
Public Enumeration ExpressionTypes
'Usage
Dim instance As ExpressionTypes
[DataContractAttribute(Namespace = "http://Microsoft.SharePoint.Search.Extended.Administration")]
public enum ExpressionTypes
Members
| Member name | Description | |
|---|---|---|
| AND | Expression node is an AND-expression. | |
| NOT | Expression node is a NOT-expression. | |
| OR | Expression node is an OR-expression. | |
| MATCH | Expression node is an MATCH-expression. |
Remarks
This enumeration should not be accessed directly
See Also
Reference
Microsoft.SharePoint.Search.Extended.Administration.Keywords Namespace