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.
Specifies the summary settings for a managed property.
Namespace: Microsoft.SharePoint.Search.Extended.Administration.Schema
Assembly: Microsoft.SharePoint.Search.Extended.Administration (in Microsoft.SharePoint.Search.Extended.Administration.dll)
Syntax
'Declaration
Public Enumeration SummaryType
'Usage
Dim instance As SummaryType
public enum SummaryType
Members
Member name | Description | |
---|---|---|
Disabled | The managed property is not returned as part of a search result. | |
Static | The full value of the managed property is returned, up until MaxResultSize, in the search result. | |
Dynamic | A dynamic summary will be generated for the managed property and returned as part of the search result. |
Remarks
The summary setting for a managed property controls the contents of the managed property that is retrieved as part of a search result.
See Also
Reference
Microsoft.SharePoint.Search.Extended.Administration.Schema Namespace