ManagedPropertySortableType Enumeration
Specifies if a managed property should be configured for sorting.
Namespace: Microsoft.SharePoint.Search.Extended.Administration.Schema
Assembly: Microsoft.SharePoint.Search.Extended.Administration (in Microsoft.SharePoint.Search.Extended.Administration.dll)
Syntax
'Declaration
Public Enumeration ManagedPropertySortableType
'Usage
Dim instance As ManagedPropertySortableType
public enum ManagedPropertySortableType
Members
Member name | Description | |
---|---|---|
SortableDisabled | Specifies that a managed property is not sortable. | |
SortableEnabled | Specifies that a managed property is sortable. | |
LatentSortable | Specifies that a managed property is prepared for sorting, but needs to be changed to SortableEnabled in order to be sorted on. In contrast to switching from SortableDisabled to SortableEnabled, this does not require reprocessing of data. |
See Also
Reference
Microsoft.SharePoint.Search.Extended.Administration.Schema Namespace